org.hbase.async.generated
Interface HBasePB.RegionInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
HBasePB.RegionInfo, HBasePB.RegionInfo.Builder
Enclosing class:
HBasePB

public static interface HBasePB.RegionInfoOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


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;
 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;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasRegionId

boolean hasRegionId()
required uint64 region_id = 1;


getRegionId

long getRegionId()
required uint64 region_id = 1;


hasTableName

boolean hasTableName()
required .TableName table_name = 2;


getTableName

HBasePB.TableName getTableName()
required .TableName table_name = 2;


hasStartKey

boolean hasStartKey()
optional bytes start_key = 3;


getStartKey

com.google.protobuf.ByteString getStartKey()
optional bytes start_key = 3;


hasEndKey

boolean hasEndKey()
optional bytes end_key = 4;


getEndKey

com.google.protobuf.ByteString getEndKey()
optional bytes end_key = 4;


hasOffline

boolean hasOffline()
optional bool offline = 5;


getOffline

boolean getOffline()
optional bool offline = 5;


hasSplit

boolean hasSplit()
optional bool split = 6;


getSplit

boolean getSplit()
optional bool split = 6;



Copyright © 2010-2015, The Async HBase Authors