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, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
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 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 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
public static HBasePB.RegionInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.RegionInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
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 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.