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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public long getId()
uint64 id = 1;
getId
in interface Metapb.RegionOrBuilder
public com.google.protobuf.ByteString getStartKey()
Region key range [start_key, end_key).
bytes start_key = 2;
getStartKey
in interface Metapb.RegionOrBuilder
public com.google.protobuf.ByteString getEndKey()
bytes end_key = 3;
getEndKey
in interface Metapb.RegionOrBuilder
public boolean hasRegionEpoch()
.metapb.RegionEpoch region_epoch = 4;
hasRegionEpoch
in interface Metapb.RegionOrBuilder
public Metapb.RegionEpoch getRegionEpoch()
.metapb.RegionEpoch region_epoch = 4;
getRegionEpoch
in interface Metapb.RegionOrBuilder
public Metapb.RegionEpochOrBuilder getRegionEpochOrBuilder()
.metapb.RegionEpoch region_epoch = 4;
getRegionEpochOrBuilder
in interface Metapb.RegionOrBuilder
public List<Metapb.Peer> getPeersList()
repeated .metapb.Peer peers = 5;
getPeersList
in interface Metapb.RegionOrBuilder
public List<? extends Metapb.PeerOrBuilder> getPeersOrBuilderList()
repeated .metapb.Peer peers = 5;
getPeersOrBuilderList
in interface Metapb.RegionOrBuilder
public int getPeersCount()
repeated .metapb.Peer peers = 5;
getPeersCount
in interface Metapb.RegionOrBuilder
public Metapb.Peer getPeers(int index)
repeated .metapb.Peer peers = 5;
getPeers
in interface Metapb.RegionOrBuilder
public Metapb.PeerOrBuilder getPeersOrBuilder(int index)
repeated .metapb.Peer peers = 5;
getPeersOrBuilder
in interface Metapb.RegionOrBuilder
public 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.RegionOrBuilder
public 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.RegionOrBuilder
public 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.RegionOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Metapb.Region parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Metapb.Region parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Metapb.Region parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Metapb.Region parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Metapb.Region parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Metapb.Region parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Metapb.Region parseFrom(InputStream input) throws IOException
IOException
public static Metapb.Region parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Metapb.Region parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Metapb.Region parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Metapb.Region parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Metapb.Region parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Metapb.Region.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public 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.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Metapb.Region.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public 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.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Metapb.Region getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2024 PingCAP. All rights reserved.