|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface HBaseProtos.RegionInfoOrBuilder
Method Summary | |
---|---|
com.google.protobuf.ByteString |
getEndKey()
optional bytes end_key = 4; |
boolean |
getOffline()
optional bool offline = 5; |
long |
getRegionId()
required uint64 region_id = 1; |
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 |
hasSplit()
optional bool split = 6; |
boolean |
hasStartKey()
optional bytes start_key = 3; |
boolean |
hasTableName()
required .TableName table_name = 2; |
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
---|
isInitialized |
Method Detail |
---|
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;
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |