public static final class Cdcpb.ChangeDataRequest extends com.google.protobuf.GeneratedMessageV3 implements Cdcpb.ChangeDataRequestOrBuilder
cdcpb.ChangeDataRequest| 限定符和类型 | 类和说明 |
|---|---|
static class |
Cdcpb.ChangeDataRequest.Builder
Protobuf type
cdcpb.ChangeDataRequest |
static class |
Cdcpb.ChangeDataRequest.KvAPI
KvAPI specifies to capture data written by different KV API.
|
static class |
Cdcpb.ChangeDataRequest.NotifyTxnStatus
Protobuf type
cdcpb.ChangeDataRequest.NotifyTxnStatus |
static interface |
Cdcpb.ChangeDataRequest.NotifyTxnStatusOrBuilder |
static class |
Cdcpb.ChangeDataRequest.Register
Protobuf type
cdcpb.ChangeDataRequest.Register |
static interface |
Cdcpb.ChangeDataRequest.RegisterOrBuilder |
static class |
Cdcpb.ChangeDataRequest.RequestCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CHECKPOINT_TS_FIELD_NUMBER |
static int |
END_KEY_FIELD_NUMBER |
static int |
EXTRA_OP_FIELD_NUMBER |
static int |
HEADER_FIELD_NUMBER |
static int |
KV_API_FIELD_NUMBER |
static int |
NOTIFY_TXN_STATUS_FIELD_NUMBER |
static int |
REGION_EPOCH_FIELD_NUMBER |
static int |
REGION_ID_FIELD_NUMBER |
static int |
REGISTER_FIELD_NUMBER |
static int |
REQUEST_ID_FIELD_NUMBER |
static int |
START_KEY_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
long |
getCheckpointTs()
uint64 checkpoint_ts = 4; |
static Cdcpb.ChangeDataRequest |
getDefaultInstance() |
Cdcpb.ChangeDataRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<Cdcpb.ChangeDataRequest> |
getParserForType() |
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.
|
int |
getSerializedSize() |
com.google.protobuf.ByteString |
getStartKey()
bytes start_key = 5; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Cdcpb.ChangeDataRequest.Builder |
newBuilder() |
static Cdcpb.ChangeDataRequest.Builder |
newBuilder(Cdcpb.ChangeDataRequest prototype) |
Cdcpb.ChangeDataRequest.Builder |
newBuilderForType() |
protected Cdcpb.ChangeDataRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Cdcpb.ChangeDataRequest |
parseDelimitedFrom(InputStream input) |
static Cdcpb.ChangeDataRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cdcpb.ChangeDataRequest |
parseFrom(byte[] data) |
static Cdcpb.ChangeDataRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cdcpb.ChangeDataRequest |
parseFrom(ByteBuffer data) |
static Cdcpb.ChangeDataRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cdcpb.ChangeDataRequest |
parseFrom(com.google.protobuf.ByteString data) |
static Cdcpb.ChangeDataRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cdcpb.ChangeDataRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Cdcpb.ChangeDataRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cdcpb.ChangeDataRequest |
parseFrom(InputStream input) |
static Cdcpb.ChangeDataRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Cdcpb.ChangeDataRequest> |
parser() |
Cdcpb.ChangeDataRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int HEADER_FIELD_NUMBER
public static final int REGION_ID_FIELD_NUMBER
public static final int REGION_EPOCH_FIELD_NUMBER
public static final int CHECKPOINT_TS_FIELD_NUMBER
public static final int START_KEY_FIELD_NUMBER
public static final int END_KEY_FIELD_NUMBER
public static final int REQUEST_ID_FIELD_NUMBER
public static final int EXTRA_OP_FIELD_NUMBER
public static final int REGISTER_FIELD_NUMBER
public static final int NOTIFY_TXN_STATUS_FIELD_NUMBER
public static final int KV_API_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public Cdcpb.ChangeDataRequest.RequestCase getRequestCase()
public boolean hasHeader()
.cdcpb.Header header = 1;hasHeader 在接口中 Cdcpb.ChangeDataRequestOrBuilderpublic Cdcpb.Header getHeader()
.cdcpb.Header header = 1;getHeader 在接口中 Cdcpb.ChangeDataRequestOrBuilderpublic Cdcpb.HeaderOrBuilder getHeaderOrBuilder()
.cdcpb.Header header = 1;public long getRegionId()
uint64 region_id = 2;getRegionId 在接口中 Cdcpb.ChangeDataRequestOrBuilderpublic boolean hasRegionEpoch()
.metapb.RegionEpoch region_epoch = 3;public Metapb.RegionEpoch getRegionEpoch()
.metapb.RegionEpoch region_epoch = 3;public Metapb.RegionEpochOrBuilder getRegionEpochOrBuilder()
.metapb.RegionEpoch region_epoch = 3;public long getCheckpointTs()
uint64 checkpoint_ts = 4;public com.google.protobuf.ByteString getStartKey()
bytes start_key = 5;getStartKey 在接口中 Cdcpb.ChangeDataRequestOrBuilderpublic com.google.protobuf.ByteString getEndKey()
bytes end_key = 6;getEndKey 在接口中 Cdcpb.ChangeDataRequestOrBuilderpublic long getRequestId()
Used for CDC to identify events corresponding to different requests.
uint64 request_id = 7;getRequestId 在接口中 Cdcpb.ChangeDataRequestOrBuilderpublic int getExtraOpValue()
.kvrpcpb.ExtraOp extra_op = 8;public Kvrpcpb.ExtraOp getExtraOp()
.kvrpcpb.ExtraOp extra_op = 8;getExtraOp 在接口中 Cdcpb.ChangeDataRequestOrBuilderpublic boolean hasRegister()
A normal request that trying to register change data feed on a region.
.cdcpb.ChangeDataRequest.Register register = 9;hasRegister 在接口中 Cdcpb.ChangeDataRequestOrBuilderpublic Cdcpb.ChangeDataRequest.Register getRegister()
A normal request that trying to register change data feed on a region.
.cdcpb.ChangeDataRequest.Register register = 9;getRegister 在接口中 Cdcpb.ChangeDataRequestOrBuilderpublic Cdcpb.ChangeDataRequest.RegisterOrBuilder getRegisterOrBuilder()
A normal request that trying to register change data feed on a region.
.cdcpb.ChangeDataRequest.Register register = 9;public 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;public 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;public 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;public int getKvApiValue()
.cdcpb.ChangeDataRequest.KvAPI kv_api = 11;public Cdcpb.ChangeDataRequest.KvAPI getKvApi()
.cdcpb.ChangeDataRequest.KvAPI kv_api = 11;getKvApi 在接口中 Cdcpb.ChangeDataRequestOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static Cdcpb.ChangeDataRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cdcpb.ChangeDataRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cdcpb.ChangeDataRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cdcpb.ChangeDataRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cdcpb.ChangeDataRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cdcpb.ChangeDataRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cdcpb.ChangeDataRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static Cdcpb.ChangeDataRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Cdcpb.ChangeDataRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Cdcpb.ChangeDataRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Cdcpb.ChangeDataRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Cdcpb.ChangeDataRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Cdcpb.ChangeDataRequest.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static Cdcpb.ChangeDataRequest.Builder newBuilder()
public static Cdcpb.ChangeDataRequest.Builder newBuilder(Cdcpb.ChangeDataRequest prototype)
public Cdcpb.ChangeDataRequest.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected Cdcpb.ChangeDataRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static Cdcpb.ChangeDataRequest getDefaultInstance()
public static com.google.protobuf.Parser<Cdcpb.ChangeDataRequest> parser()
public com.google.protobuf.Parser<Cdcpb.ChangeDataRequest> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public Cdcpb.ChangeDataRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2023 PingCAP. All rights reserved.