org.apache.hadoop.hbase.protobuf.generated
Interface HBaseProtos.RegionInfoOrBuilder

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

public static interface HBaseProtos.RegionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getEndKey()
           
 boolean getOffline()
           
 boolean getRecovering()
           
 long getRegionId()
           
 boolean getSplit()
           
 com.google.protobuf.ByteString getStartKey()
           
 com.google.protobuf.ByteString getTableName()
           
 boolean hasEndKey()
           
 boolean hasOffline()
           
 boolean hasRecovering()
           
 boolean hasRegionId()
           
 boolean hasSplit()
           
 boolean hasStartKey()
           
 boolean hasTableName()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasRegionId

boolean hasRegionId()

getRegionId

long getRegionId()

hasTableName

boolean hasTableName()

getTableName

com.google.protobuf.ByteString getTableName()

hasStartKey

boolean hasStartKey()

getStartKey

com.google.protobuf.ByteString getStartKey()

hasEndKey

boolean hasEndKey()

getEndKey

com.google.protobuf.ByteString getEndKey()

hasOffline

boolean hasOffline()

getOffline

boolean getOffline()

hasSplit

boolean hasSplit()

getSplit

boolean getSplit()

hasRecovering

boolean hasRecovering()

getRecovering

boolean getRecovering()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.