public static interface Cdcpb.Event.RowOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCommitTs()
uint64 commit_ts = 2; |
long |
getExpireTsUnixSecs()
expire_ts_unix_secs is used for RawKV (see `ChangeDataRequest.KvApi`),
and represents the expiration time of this row.
|
com.google.protobuf.ByteString |
getKey()
bytes key = 5; |
com.google.protobuf.ByteString |
getOldValue()
bytes old_value = 7; |
Cdcpb.Event.Row.OpType |
getOpType()
.cdcpb.Event.Row.OpType op_type = 4; |
int |
getOpTypeValue()
.cdcpb.Event.Row.OpType op_type = 4; |
long |
getStartTs()
uint64 start_ts = 1; |
Cdcpb.Event.LogType |
getType()
.cdcpb.Event.LogType type = 3; |
int |
getTypeValue()
.cdcpb.Event.LogType type = 3; |
com.google.protobuf.ByteString |
getValue()
bytes value = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getStartTs()
uint64 start_ts = 1;long getCommitTs()
uint64 commit_ts = 2;int getTypeValue()
.cdcpb.Event.LogType type = 3;Cdcpb.Event.LogType getType()
.cdcpb.Event.LogType type = 3;int getOpTypeValue()
.cdcpb.Event.Row.OpType op_type = 4;Cdcpb.Event.Row.OpType getOpType()
.cdcpb.Event.Row.OpType op_type = 4;com.google.protobuf.ByteString getKey()
bytes key = 5;com.google.protobuf.ByteString getValue()
bytes value = 6;com.google.protobuf.ByteString getOldValue()
bytes old_value = 7;long getExpireTsUnixSecs()
expire_ts_unix_secs is used for RawKV (see `ChangeDataRequest.KvApi`), and represents the expiration time of this row. Absolute time, seconds since Unix epoch.
uint64 expire_ts_unix_secs = 8;Copyright © 2025 PingCAP. All rights reserved.