public static final class HBasePB.RegionInfo extends com.google.protobuf.GeneratedMessageLite<HBasePB.RegionInfo,HBasePB.RegionInfo.Builder> implements HBasePB.RegionInfoOrBuilder
Protocol buffer version of HRegionInfo.Protobuf type
RegionInfo| Modifier and Type | Class and Description |
|---|---|
static class |
HBasePB.RegionInfo.Builder
Protocol buffer version of HRegionInfo.
|
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MergeFromVisitor, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm, com.google.protobuf.GeneratedMessageLite.Visitor| Modifier and Type | Field and Description |
|---|---|
static int |
END_KEY_FIELD_NUMBER |
static int |
OFFLINE_FIELD_NUMBER |
static int |
REGION_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 |
|---|---|
protected Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
Object arg0,
Object arg1) |
static HBasePB.RegionInfo |
getDefaultInstance() |
com.google.protobuf.ByteString |
getEndKey()
optional bytes end_key = 4; |
boolean |
getOffline()
optional bool offline = 5; |
long |
getRegionId()
required uint64 region_id = 1; |
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 |
hasSplit()
optional bool split = 6; |
boolean |
hasStartKey()
optional bytes start_key = 3; |
boolean |
hasTableName()
required .TableName table_name = 2; |
static HBasePB.RegionInfo.Builder |
newBuilder() |
static HBasePB.RegionInfo.Builder |
newBuilder(HBasePB.RegionInfo prototype) |
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(ByteBuffer data) |
static HBasePB.RegionInfo |
parseFrom(ByteBuffer 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) |
static com.google.protobuf.Parser<HBasePB.RegionInfo> |
parser() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, isInitialized, makeImmutable, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, toBuilder, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic 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 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 void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitepublic static HBasePB.RegionInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBasePB.RegionInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic 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 static HBasePB.RegionInfo.Builder newBuilder(HBasePB.RegionInfo prototype)
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
dynamicMethod in class com.google.protobuf.GeneratedMessageLite<HBasePB.RegionInfo,HBasePB.RegionInfo.Builder>public static HBasePB.RegionInfo getDefaultInstance()
public static com.google.protobuf.Parser<HBasePB.RegionInfo> parser()
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.