public static final class Metapb.Region extends com.google.protobuf.GeneratedMessageV3 implements Metapb.RegionOrBuilder
metapb.Region| Modifier and Type | Class and Description |
|---|---|
static class |
Metapb.Region.Builder
Protobuf type
metapb.Region |
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| Modifier and Type | Field and Description |
|---|---|
static int |
ENCRYPTION_META_FIELD_NUMBER |
static int |
END_KEY_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
PEERS_FIELD_NUMBER |
static int |
REGION_EPOCH_FIELD_NUMBER |
static int |
START_KEY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Metapb.Region |
getDefaultInstance() |
Metapb.Region |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Encryptionpb.EncryptionMeta |
getEncryptionMeta()
Encryption metadata for start_key and end_key.
|
Encryptionpb.EncryptionMetaOrBuilder |
getEncryptionMetaOrBuilder()
Encryption metadata for start_key and end_key.
|
com.google.protobuf.ByteString |
getEndKey()
bytes end_key = 3; |
long |
getId()
uint64 id = 1; |
com.google.protobuf.Parser<Metapb.Region> |
getParserForType() |
Metapb.Peer |
getPeers(int index)
repeated .metapb.Peer peers = 5; |
int |
getPeersCount()
repeated .metapb.Peer peers = 5; |
List<Metapb.Peer> |
getPeersList()
repeated .metapb.Peer peers = 5; |
Metapb.PeerOrBuilder |
getPeersOrBuilder(int index)
repeated .metapb.Peer peers = 5; |
List<? extends Metapb.PeerOrBuilder> |
getPeersOrBuilderList()
repeated .metapb.Peer peers = 5; |
Metapb.RegionEpoch |
getRegionEpoch()
.metapb.RegionEpoch region_epoch = 4; |
Metapb.RegionEpochOrBuilder |
getRegionEpochOrBuilder()
.metapb.RegionEpoch region_epoch = 4; |
int |
getSerializedSize() |
com.google.protobuf.ByteString |
getStartKey()
Region key range [start_key, end_key).
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEncryptionMeta()
Encryption metadata for start_key and end_key.
|
int |
hashCode() |
boolean |
hasRegionEpoch()
.metapb.RegionEpoch region_epoch = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Metapb.Region.Builder |
newBuilder() |
static Metapb.Region.Builder |
newBuilder(Metapb.Region prototype) |
Metapb.Region.Builder |
newBuilderForType() |
protected Metapb.Region.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Metapb.Region |
parseDelimitedFrom(InputStream input) |
static Metapb.Region |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metapb.Region |
parseFrom(byte[] data) |
static Metapb.Region |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metapb.Region |
parseFrom(ByteBuffer data) |
static Metapb.Region |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metapb.Region |
parseFrom(com.google.protobuf.ByteString data) |
static Metapb.Region |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metapb.Region |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Metapb.Region |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metapb.Region |
parseFrom(InputStream input) |
static Metapb.Region |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Metapb.Region> |
parser() |
Metapb.Region.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, 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, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ID_FIELD_NUMBER
public static final int START_KEY_FIELD_NUMBER
public static final int END_KEY_FIELD_NUMBER
public static final int REGION_EPOCH_FIELD_NUMBER
public static final int PEERS_FIELD_NUMBER
public static final int ENCRYPTION_META_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public long getId()
uint64 id = 1;getId in interface Metapb.RegionOrBuilderpublic com.google.protobuf.ByteString getStartKey()
Region key range [start_key, end_key).
bytes start_key = 2;getStartKey in interface Metapb.RegionOrBuilderpublic com.google.protobuf.ByteString getEndKey()
bytes end_key = 3;getEndKey in interface Metapb.RegionOrBuilderpublic boolean hasRegionEpoch()
.metapb.RegionEpoch region_epoch = 4;hasRegionEpoch in interface Metapb.RegionOrBuilderpublic Metapb.RegionEpoch getRegionEpoch()
.metapb.RegionEpoch region_epoch = 4;getRegionEpoch in interface Metapb.RegionOrBuilderpublic Metapb.RegionEpochOrBuilder getRegionEpochOrBuilder()
.metapb.RegionEpoch region_epoch = 4;getRegionEpochOrBuilder in interface Metapb.RegionOrBuilderpublic List<Metapb.Peer> getPeersList()
repeated .metapb.Peer peers = 5;getPeersList in interface Metapb.RegionOrBuilderpublic List<? extends Metapb.PeerOrBuilder> getPeersOrBuilderList()
repeated .metapb.Peer peers = 5;getPeersOrBuilderList in interface Metapb.RegionOrBuilderpublic int getPeersCount()
repeated .metapb.Peer peers = 5;getPeersCount in interface Metapb.RegionOrBuilderpublic Metapb.Peer getPeers(int index)
repeated .metapb.Peer peers = 5;getPeers in interface Metapb.RegionOrBuilderpublic Metapb.PeerOrBuilder getPeersOrBuilder(int index)
repeated .metapb.Peer peers = 5;getPeersOrBuilder in interface Metapb.RegionOrBuilderpublic boolean hasEncryptionMeta()
Encryption metadata for start_key and end_key. encryption_meta.iv is IV for start_key. IV for end_key is calculated from (encryption_meta.iv + len(start_key)). The field is only used by PD and should be ignored otherwise. If encryption_meta is empty (i.e. nil), it means start_key and end_key are unencrypted.
.encryptionpb.EncryptionMeta encryption_meta = 6;hasEncryptionMeta in interface Metapb.RegionOrBuilderpublic Encryptionpb.EncryptionMeta getEncryptionMeta()
Encryption metadata for start_key and end_key. encryption_meta.iv is IV for start_key. IV for end_key is calculated from (encryption_meta.iv + len(start_key)). The field is only used by PD and should be ignored otherwise. If encryption_meta is empty (i.e. nil), it means start_key and end_key are unencrypted.
.encryptionpb.EncryptionMeta encryption_meta = 6;getEncryptionMeta in interface Metapb.RegionOrBuilderpublic Encryptionpb.EncryptionMetaOrBuilder getEncryptionMetaOrBuilder()
Encryption metadata for start_key and end_key. encryption_meta.iv is IV for start_key. IV for end_key is calculated from (encryption_meta.iv + len(start_key)). The field is only used by PD and should be ignored otherwise. If encryption_meta is empty (i.e. nil), it means start_key and end_key are unencrypted.
.encryptionpb.EncryptionMeta encryption_meta = 6;getEncryptionMetaOrBuilder in interface Metapb.RegionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Metapb.Region parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Metapb.Region parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Metapb.Region parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Metapb.Region parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Metapb.Region parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Metapb.Region parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Metapb.Region parseFrom(InputStream input) throws IOException
IOExceptionpublic static Metapb.Region parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Metapb.Region parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Metapb.Region parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Metapb.Region parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Metapb.Region parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Metapb.Region.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Metapb.Region.Builder newBuilder()
public static Metapb.Region.Builder newBuilder(Metapb.Region prototype)
public Metapb.Region.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Metapb.Region.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Metapb.Region getDefaultInstance()
public static com.google.protobuf.Parser<Metapb.Region> parser()
public com.google.protobuf.Parser<Metapb.Region> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Metapb.Region getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 PingCAP. All rights reserved.