public static final class HBasePB.RegionInfo extends com.google.protobuf.GeneratedMessageLite implements HBasePB.RegionInfoOrBuilder
RegionInfo
Protocol buffer version of HRegionInfo.
| Modifier and Type | Class and Description |
|---|---|
static class |
HBasePB.RegionInfo.Builder
Protobuf type
RegionInfo |
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
END_KEY_FIELD_NUMBER |
static int |
OFFLINE_FIELD_NUMBER |
static com.google.protobuf.Parser<HBasePB.RegionInfo> |
PARSER |
static int |
REGION_ID_FIELD_NUMBER |
static int |
REPLICA_ID_FIELD_NUMBER |
static int |
SPLIT_FIELD_NUMBER |
static int |
START_KEY_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static HBasePB.RegionInfo |
getDefaultInstance() |
HBasePB.RegionInfo |
getDefaultInstanceForType() |
com.google.protobuf.ByteString |
getEndKey()
optional bytes end_key = 4; |
boolean |
getOffline()
optional bool offline = 5; |
com.google.protobuf.Parser<HBasePB.RegionInfo> |
getParserForType() |
long |
getRegionId()
required uint64 region_id = 1; |
int |
getReplicaId()
optional int32 replica_id = 7 [default = 0]; |
int |
getSerializedSize() |
boolean |
getSplit()
optional bool split = 6; |
com.google.protobuf.ByteString |
getStartKey()
optional bytes start_key = 3; |
HBasePB.TableName |
getTableName()
required .TableName table_name = 2; |
boolean |
hasEndKey()
optional bytes end_key = 4; |
boolean |
hasOffline()
optional bool offline = 5; |
boolean |
hasRegionId()
required uint64 region_id = 1; |
boolean |
hasReplicaId()
optional int32 replica_id = 7 [default = 0]; |
boolean |
hasSplit()
optional bool split = 6; |
boolean |
hasStartKey()
optional bytes start_key = 3; |
boolean |
hasTableName()
required .TableName table_name = 2; |
boolean |
isInitialized() |
static HBasePB.RegionInfo.Builder |
newBuilder() |
static HBasePB.RegionInfo.Builder |
newBuilder(HBasePB.RegionInfo prototype) |
HBasePB.RegionInfo.Builder |
newBuilderForType() |
static HBasePB.RegionInfo |
parseDelimitedFrom(InputStream input) |
static HBasePB.RegionInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBasePB.RegionInfo |
parseFrom(byte[] data) |
static HBasePB.RegionInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBasePB.RegionInfo |
parseFrom(com.google.protobuf.ByteString data) |
static HBasePB.RegionInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBasePB.RegionInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HBasePB.RegionInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBasePB.RegionInfo |
parseFrom(InputStream input) |
static HBasePB.RegionInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HBasePB.RegionInfo.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownFieldpublic static com.google.protobuf.Parser<HBasePB.RegionInfo> PARSER
public static final int REGION_ID_FIELD_NUMBER
public static final int TABLE_NAME_FIELD_NUMBER
public static final int START_KEY_FIELD_NUMBER
public static final int END_KEY_FIELD_NUMBER
public static final int OFFLINE_FIELD_NUMBER
public static final int SPLIT_FIELD_NUMBER
public static final int REPLICA_ID_FIELD_NUMBER
public static HBasePB.RegionInfo getDefaultInstance()
public HBasePB.RegionInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic com.google.protobuf.Parser<HBasePB.RegionInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic boolean hasRegionId()
required uint64 region_id = 1;hasRegionId in interface HBasePB.RegionInfoOrBuilderpublic long getRegionId()
required uint64 region_id = 1;getRegionId in interface HBasePB.RegionInfoOrBuilderpublic boolean hasTableName()
required .TableName table_name = 2;hasTableName in interface HBasePB.RegionInfoOrBuilderpublic HBasePB.TableName getTableName()
required .TableName table_name = 2;getTableName in interface HBasePB.RegionInfoOrBuilderpublic boolean hasStartKey()
optional bytes start_key = 3;hasStartKey in interface HBasePB.RegionInfoOrBuilderpublic com.google.protobuf.ByteString getStartKey()
optional bytes start_key = 3;getStartKey in interface HBasePB.RegionInfoOrBuilderpublic boolean hasEndKey()
optional bytes end_key = 4;hasEndKey in interface HBasePB.RegionInfoOrBuilderpublic com.google.protobuf.ByteString getEndKey()
optional bytes end_key = 4;getEndKey in interface HBasePB.RegionInfoOrBuilderpublic boolean hasOffline()
optional bool offline = 5;hasOffline in interface HBasePB.RegionInfoOrBuilderpublic boolean getOffline()
optional bool offline = 5;getOffline in interface HBasePB.RegionInfoOrBuilderpublic boolean hasSplit()
optional bool split = 6;hasSplit in interface HBasePB.RegionInfoOrBuilderpublic boolean getSplit()
optional bool split = 6;getSplit in interface HBasePB.RegionInfoOrBuilderpublic boolean hasReplicaId()
optional int32 replica_id = 7 [default = 0];hasReplicaId in interface HBasePB.RegionInfoOrBuilderpublic int getReplicaId()
optional int32 replica_id = 7 [default = 0];getReplicaId in interface HBasePB.RegionInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLiteObjectStreamExceptionpublic static HBasePB.RegionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBasePB.RegionInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBasePB.RegionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBasePB.RegionInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBasePB.RegionInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static HBasePB.RegionInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBasePB.RegionInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HBasePB.RegionInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBasePB.RegionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HBasePB.RegionInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBasePB.RegionInfo.Builder newBuilder()
public HBasePB.RegionInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static HBasePB.RegionInfo.Builder newBuilder(HBasePB.RegionInfo prototype)
public HBasePB.RegionInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLiteCopyright © 2010-2017, The Async HBase Authors