public static final class HBaseProtos.RegionInfo extends com.google.protobuf.GeneratedMessage implements HBaseProtos.RegionInfoOrBuilder
RegionInfo
Protocol buffer version of HRegionInfo.
Modifier and Type | Class and Description |
---|---|
static class |
HBaseProtos.RegionInfo.Builder
Protobuf type
RegionInfo |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
END_KEY_FIELD_NUMBER |
static int |
OFFLINE_FIELD_NUMBER |
static com.google.protobuf.Parser<HBaseProtos.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 |
---|---|
boolean |
equals(Object obj) |
static HBaseProtos.RegionInfo |
getDefaultInstance() |
HBaseProtos.RegionInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getEndKey()
optional bytes end_key = 4; |
boolean |
getOffline()
optional bool offline = 5; |
com.google.protobuf.Parser<HBaseProtos.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; |
HBaseProtos.TableName |
getTableName()
required .TableName table_name = 2; |
HBaseProtos.TableNameOrBuilder |
getTableNameOrBuilder()
required .TableName table_name = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEndKey()
optional bytes end_key = 4; |
int |
hashCode() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HBaseProtos.RegionInfo.Builder |
newBuilder() |
static HBaseProtos.RegionInfo.Builder |
newBuilder(HBaseProtos.RegionInfo prototype) |
HBaseProtos.RegionInfo.Builder |
newBuilderForType() |
protected HBaseProtos.RegionInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static HBaseProtos.RegionInfo |
parseDelimitedFrom(InputStream input) |
static HBaseProtos.RegionInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.RegionInfo |
parseFrom(byte[] data) |
static HBaseProtos.RegionInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.RegionInfo |
parseFrom(com.google.protobuf.ByteString data) |
static HBaseProtos.RegionInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.RegionInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HBaseProtos.RegionInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.RegionInfo |
parseFrom(InputStream input) |
static HBaseProtos.RegionInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HBaseProtos.RegionInfo.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<HBaseProtos.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 HBaseProtos.RegionInfo getDefaultInstance()
public HBaseProtos.RegionInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<HBaseProtos.RegionInfo> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasRegionId()
required uint64 region_id = 1;
hasRegionId
in interface HBaseProtos.RegionInfoOrBuilder
public long getRegionId()
required uint64 region_id = 1;
getRegionId
in interface HBaseProtos.RegionInfoOrBuilder
public boolean hasTableName()
required .TableName table_name = 2;
hasTableName
in interface HBaseProtos.RegionInfoOrBuilder
public HBaseProtos.TableName getTableName()
required .TableName table_name = 2;
getTableName
in interface HBaseProtos.RegionInfoOrBuilder
public HBaseProtos.TableNameOrBuilder getTableNameOrBuilder()
required .TableName table_name = 2;
getTableNameOrBuilder
in interface HBaseProtos.RegionInfoOrBuilder
public boolean hasStartKey()
optional bytes start_key = 3;
hasStartKey
in interface HBaseProtos.RegionInfoOrBuilder
public com.google.protobuf.ByteString getStartKey()
optional bytes start_key = 3;
getStartKey
in interface HBaseProtos.RegionInfoOrBuilder
public boolean hasEndKey()
optional bytes end_key = 4;
hasEndKey
in interface HBaseProtos.RegionInfoOrBuilder
public com.google.protobuf.ByteString getEndKey()
optional bytes end_key = 4;
getEndKey
in interface HBaseProtos.RegionInfoOrBuilder
public boolean hasOffline()
optional bool offline = 5;
hasOffline
in interface HBaseProtos.RegionInfoOrBuilder
public boolean getOffline()
optional bool offline = 5;
getOffline
in interface HBaseProtos.RegionInfoOrBuilder
public boolean hasSplit()
optional bool split = 6;
hasSplit
in interface HBaseProtos.RegionInfoOrBuilder
public boolean getSplit()
optional bool split = 6;
getSplit
in interface HBaseProtos.RegionInfoOrBuilder
public boolean hasReplicaId()
optional int32 replica_id = 7 [default = 0];
hasReplicaId
in interface HBaseProtos.RegionInfoOrBuilder
public int getReplicaId()
optional int32 replica_id = 7 [default = 0];
getReplicaId
in interface HBaseProtos.RegionInfoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
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 HBaseProtos.RegionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.RegionInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.RegionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.RegionInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.RegionInfo parseFrom(InputStream input) throws IOException
IOException
public static HBaseProtos.RegionInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBaseProtos.RegionInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static HBaseProtos.RegionInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBaseProtos.RegionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static HBaseProtos.RegionInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBaseProtos.RegionInfo.Builder newBuilder()
public HBaseProtos.RegionInfo.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static HBaseProtos.RegionInfo.Builder newBuilder(HBaseProtos.RegionInfo prototype)
public HBaseProtos.RegionInfo.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected HBaseProtos.RegionInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.