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, parseUnknownField
public 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.MessageLiteOrBuilder
public com.google.protobuf.Parser<HBasePB.RegionInfo> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public boolean hasRegionId()
required uint64 region_id = 1;
hasRegionId
in interface HBasePB.RegionInfoOrBuilder
public long getRegionId()
required uint64 region_id = 1;
getRegionId
in interface HBasePB.RegionInfoOrBuilder
public boolean hasTableName()
required .TableName table_name = 2;
hasTableName
in interface HBasePB.RegionInfoOrBuilder
public HBasePB.TableName getTableName()
required .TableName table_name = 2;
getTableName
in interface HBasePB.RegionInfoOrBuilder
public boolean hasStartKey()
optional bytes start_key = 3;
hasStartKey
in interface HBasePB.RegionInfoOrBuilder
public com.google.protobuf.ByteString getStartKey()
optional bytes start_key = 3;
getStartKey
in interface HBasePB.RegionInfoOrBuilder
public boolean hasEndKey()
optional bytes end_key = 4;
hasEndKey
in interface HBasePB.RegionInfoOrBuilder
public com.google.protobuf.ByteString getEndKey()
optional bytes end_key = 4;
getEndKey
in interface HBasePB.RegionInfoOrBuilder
public boolean hasOffline()
optional bool offline = 5;
hasOffline
in interface HBasePB.RegionInfoOrBuilder
public boolean getOffline()
optional bool offline = 5;
getOffline
in interface HBasePB.RegionInfoOrBuilder
public boolean hasSplit()
optional bool split = 6;
hasSplit
in interface HBasePB.RegionInfoOrBuilder
public boolean getSplit()
optional bool split = 6;
getSplit
in interface HBasePB.RegionInfoOrBuilder
public boolean hasReplicaId()
optional int32 replica_id = 7 [default = 0];
hasReplicaId
in interface HBasePB.RegionInfoOrBuilder
public int getReplicaId()
optional int32 replica_id = 7 [default = 0];
getReplicaId
in interface HBasePB.RegionInfoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessageLite
ObjectStreamException
public static HBasePB.RegionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.RegionInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.RegionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.RegionInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.RegionInfo parseFrom(InputStream input) throws IOException
IOException
public static HBasePB.RegionInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBasePB.RegionInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static HBasePB.RegionInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBasePB.RegionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static HBasePB.RegionInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBasePB.RegionInfo.Builder newBuilder()
public HBasePB.RegionInfo.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static HBasePB.RegionInfo.Builder newBuilder(HBasePB.RegionInfo prototype)
public HBasePB.RegionInfo.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2010-2017, The Async HBase Authors