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 | 
| Modifier and Type | Field and Description | 
|---|---|
static int | 
END_KEY_FIELD_NUMBER  | 
static int | 
OFFLINE_FIELD_NUMBER  | 
static <any> | 
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; | 
<any> | 
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,
         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,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
HBaseProtos.RegionInfo.Builder | 
toBuilder()  | 
protected Object | 
writeReplace()  | 
void | 
writeTo(com.google.protobuf.CodedOutputStream output)  | 
public static <any> 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()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasRegionId()
required uint64 region_id = 1;hasRegionId in interface HBaseProtos.RegionInfoOrBuilderpublic long getRegionId()
required uint64 region_id = 1;getRegionId in interface HBaseProtos.RegionInfoOrBuilderpublic boolean hasTableName()
required .TableName table_name = 2;hasTableName in interface HBaseProtos.RegionInfoOrBuilderpublic HBaseProtos.TableName getTableName()
required .TableName table_name = 2;getTableName in interface HBaseProtos.RegionInfoOrBuilderpublic HBaseProtos.TableNameOrBuilder getTableNameOrBuilder()
required .TableName table_name = 2;getTableNameOrBuilder in interface HBaseProtos.RegionInfoOrBuilderpublic boolean hasStartKey()
optional bytes start_key = 3;hasStartKey in interface HBaseProtos.RegionInfoOrBuilderpublic com.google.protobuf.ByteString getStartKey()
optional bytes start_key = 3;getStartKey in interface HBaseProtos.RegionInfoOrBuilderpublic boolean hasEndKey()
optional bytes end_key = 4;hasEndKey in interface HBaseProtos.RegionInfoOrBuilderpublic com.google.protobuf.ByteString getEndKey()
optional bytes end_key = 4;getEndKey in interface HBaseProtos.RegionInfoOrBuilderpublic boolean hasOffline()
optional bool offline = 5;hasOffline in interface HBaseProtos.RegionInfoOrBuilderpublic boolean getOffline()
optional bool offline = 5;getOffline in interface HBaseProtos.RegionInfoOrBuilderpublic boolean hasSplit()
optional bool split = 6;hasSplit in interface HBaseProtos.RegionInfoOrBuilderpublic boolean getSplit()
optional bool split = 6;getSplit in interface HBaseProtos.RegionInfoOrBuilderpublic boolean hasReplicaId()
optional int32 replica_id = 7 [default = 0];hasReplicaId in interface HBaseProtos.RegionInfoOrBuilderpublic int getReplicaId()
optional int32 replica_id = 7 [default = 0];getReplicaId in interface HBaseProtos.RegionInfoOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
IOExceptionpublic int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic boolean equals(Object obj)
public int hashCode()
public static HBaseProtos.RegionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBaseProtos.RegionInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBaseProtos.RegionInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBaseProtos.RegionInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBaseProtos.RegionInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HBaseProtos.RegionInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBaseProtos.RegionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HBaseProtos.RegionInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBaseProtos.RegionInfo.Builder newBuilder()
public HBaseProtos.RegionInfo.Builder newBuilderForType()
public static HBaseProtos.RegionInfo.Builder newBuilder(HBaseProtos.RegionInfo prototype)
public HBaseProtos.RegionInfo.Builder toBuilder()
protected HBaseProtos.RegionInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)