org.apache.hadoop.hbase.protobuf.generated
Interface AdminProtos.GetOnlineRegionResponseOrBuilder

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

public static interface AdminProtos.GetOnlineRegionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 HBaseProtos.RegionInfo getRegionInfo(int index)
           
 int getRegionInfoCount()
           
 List<HBaseProtos.RegionInfo> getRegionInfoList()
           
 HBaseProtos.RegionInfoOrBuilder getRegionInfoOrBuilder(int index)
           
 List<? extends HBaseProtos.RegionInfoOrBuilder> getRegionInfoOrBuilderList()
           
 
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

getRegionInfoList

List<HBaseProtos.RegionInfo> getRegionInfoList()

getRegionInfo

HBaseProtos.RegionInfo getRegionInfo(int index)

getRegionInfoCount

int getRegionInfoCount()

getRegionInfoOrBuilderList

List<? extends HBaseProtos.RegionInfoOrBuilder> getRegionInfoOrBuilderList()

getRegionInfoOrBuilder

HBaseProtos.RegionInfoOrBuilder getRegionInfoOrBuilder(int index)


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