public static interface HBaseProtos.RegionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getEndKey()
optional bytes end_key = 4; |
boolean |
getOffline()
optional bool offline = 5; |
long |
getRegionId()
required uint64 region_id = 1; |
int |
getReplicaId()
optional int32 replica_id = 7 [default = 0]; |
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; |
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 hasRegionId()
required uint64 region_id = 1;
long getRegionId()
required uint64 region_id = 1;
boolean hasTableName()
required .TableName table_name = 2;
HBaseProtos.TableName getTableName()
required .TableName table_name = 2;
HBaseProtos.TableNameOrBuilder getTableNameOrBuilder()
required .TableName table_name = 2;
boolean hasStartKey()
optional bytes start_key = 3;
com.google.protobuf.ByteString getStartKey()
optional bytes start_key = 3;
boolean hasEndKey()
optional bytes end_key = 4;
com.google.protobuf.ByteString getEndKey()
optional bytes end_key = 4;
boolean hasOffline()
optional bool offline = 5;
boolean getOffline()
optional bool offline = 5;
boolean hasSplit()
optional bool split = 6;
boolean getSplit()
optional bool split = 6;
boolean hasReplicaId()
optional int32 replica_id = 7 [default = 0];
int getReplicaId()
optional int32 replica_id = 7 [default = 0];
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.