public static interface Cdcpb.ChangeDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCheckpointTs()
uint64 checkpoint_ts = 4; |
com.google.protobuf.ByteString |
getEndKey()
bytes end_key = 6; |
Kvrpcpb.ExtraOp |
getExtraOp()
.kvrpcpb.ExtraOp extra_op = 8; |
int |
getExtraOpValue()
.kvrpcpb.ExtraOp extra_op = 8; |
Cdcpb.Header |
getHeader()
.cdcpb.Header header = 1; |
Cdcpb.HeaderOrBuilder |
getHeaderOrBuilder()
.cdcpb.Header header = 1; |
Cdcpb.ChangeDataRequest.KvAPI |
getKvApi()
.cdcpb.ChangeDataRequest.KvAPI kv_api = 11; |
int |
getKvApiValue()
.cdcpb.ChangeDataRequest.KvAPI kv_api = 11; |
Cdcpb.ChangeDataRequest.NotifyTxnStatus |
getNotifyTxnStatus()
Notify the region that some of the running transactions on the region has a pushed
min_commit_ts so that the resolved_ts can be advanced.
|
Cdcpb.ChangeDataRequest.NotifyTxnStatusOrBuilder |
getNotifyTxnStatusOrBuilder()
Notify the region that some of the running transactions on the region has a pushed
min_commit_ts so that the resolved_ts can be advanced.
|
Metapb.RegionEpoch |
getRegionEpoch()
.metapb.RegionEpoch region_epoch = 3; |
Metapb.RegionEpochOrBuilder |
getRegionEpochOrBuilder()
.metapb.RegionEpoch region_epoch = 3; |
long |
getRegionId()
uint64 region_id = 2; |
Cdcpb.ChangeDataRequest.Register |
getRegister()
A normal request that trying to register change data feed on a region.
|
Cdcpb.ChangeDataRequest.RegisterOrBuilder |
getRegisterOrBuilder()
A normal request that trying to register change data feed on a region.
|
Cdcpb.ChangeDataRequest.RequestCase |
getRequestCase() |
long |
getRequestId()
Used for CDC to identify events corresponding to different requests.
|
com.google.protobuf.ByteString |
getStartKey()
bytes start_key = 5; |
boolean |
hasHeader()
.cdcpb.Header header = 1; |
boolean |
hasNotifyTxnStatus()
Notify the region that some of the running transactions on the region has a pushed
min_commit_ts so that the resolved_ts can be advanced.
|
boolean |
hasRegionEpoch()
.metapb.RegionEpoch region_epoch = 3; |
boolean |
hasRegister()
A normal request that trying to register change data feed on a region.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasHeader()
.cdcpb.Header header = 1;
Cdcpb.Header getHeader()
.cdcpb.Header header = 1;
Cdcpb.HeaderOrBuilder getHeaderOrBuilder()
.cdcpb.Header header = 1;
long getRegionId()
uint64 region_id = 2;
boolean hasRegionEpoch()
.metapb.RegionEpoch region_epoch = 3;
Metapb.RegionEpoch getRegionEpoch()
.metapb.RegionEpoch region_epoch = 3;
Metapb.RegionEpochOrBuilder getRegionEpochOrBuilder()
.metapb.RegionEpoch region_epoch = 3;
long getCheckpointTs()
uint64 checkpoint_ts = 4;
com.google.protobuf.ByteString getStartKey()
bytes start_key = 5;
com.google.protobuf.ByteString getEndKey()
bytes end_key = 6;
long getRequestId()
Used for CDC to identify events corresponding to different requests.
uint64 request_id = 7;
int getExtraOpValue()
.kvrpcpb.ExtraOp extra_op = 8;
Kvrpcpb.ExtraOp getExtraOp()
.kvrpcpb.ExtraOp extra_op = 8;
boolean hasRegister()
A normal request that trying to register change data feed on a region.
.cdcpb.ChangeDataRequest.Register register = 9;
Cdcpb.ChangeDataRequest.Register getRegister()
A normal request that trying to register change data feed on a region.
.cdcpb.ChangeDataRequest.Register register = 9;
Cdcpb.ChangeDataRequest.RegisterOrBuilder getRegisterOrBuilder()
A normal request that trying to register change data feed on a region.
.cdcpb.ChangeDataRequest.Register register = 9;
boolean hasNotifyTxnStatus()
Notify the region that some of the running transactions on the region has a pushed min_commit_ts so that the resolved_ts can be advanced.
.cdcpb.ChangeDataRequest.NotifyTxnStatus notify_txn_status = 10;
Cdcpb.ChangeDataRequest.NotifyTxnStatus getNotifyTxnStatus()
Notify the region that some of the running transactions on the region has a pushed min_commit_ts so that the resolved_ts can be advanced.
.cdcpb.ChangeDataRequest.NotifyTxnStatus notify_txn_status = 10;
Cdcpb.ChangeDataRequest.NotifyTxnStatusOrBuilder getNotifyTxnStatusOrBuilder()
Notify the region that some of the running transactions on the region has a pushed min_commit_ts so that the resolved_ts can be advanced.
.cdcpb.ChangeDataRequest.NotifyTxnStatus notify_txn_status = 10;
int getKvApiValue()
.cdcpb.ChangeDataRequest.KvAPI kv_api = 11;
Cdcpb.ChangeDataRequest.KvAPI getKvApi()
.cdcpb.ChangeDataRequest.KvAPI kv_api = 11;
Cdcpb.ChangeDataRequest.RequestCase getRequestCase()
Copyright © 2024 PingCAP. All rights reserved.