org.apache.hadoop.hbase.protobuf.generated
Interface ClusterStatusProtos.RegionStateOrBuilder

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

public static interface ClusterStatusProtos.RegionStateOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 HBaseProtos.RegionInfo getRegionInfo()
           
 HBaseProtos.RegionInfoOrBuilder getRegionInfoOrBuilder()
           
 long getStamp()
           
 ClusterStatusProtos.RegionState.State getState()
           
 boolean hasRegionInfo()
           
 boolean hasStamp()
           
 boolean hasState()
           
 
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

hasRegionInfo

boolean hasRegionInfo()

getRegionInfo

HBaseProtos.RegionInfo getRegionInfo()

getRegionInfoOrBuilder

HBaseProtos.RegionInfoOrBuilder getRegionInfoOrBuilder()

hasState

boolean hasState()

getState

ClusterStatusProtos.RegionState.State getState()

hasStamp

boolean hasStamp()

getStamp

long getStamp()


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