Uses of Class
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo

Uses of HBaseProtos.RegionInfo in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return HBaseProtos.RegionInfo
 HBaseProtos.RegionInfo HBaseProtos.RegionInfo.Builder.build()
           
 HBaseProtos.RegionInfo HBaseProtos.RegionInfo.Builder.buildPartial()
           
static HBaseProtos.RegionInfo HBaseProtos.RegionInfo.getDefaultInstance()
           
 HBaseProtos.RegionInfo HBaseProtos.RegionInfo.getDefaultInstanceForType()
           
 HBaseProtos.RegionInfo HBaseProtos.RegionInfo.Builder.getDefaultInstanceForType()
           
 HBaseProtos.RegionInfo AdminProtos.OpenRegionRequest.RegionOpenInfoOrBuilder.getRegion()
           
 HBaseProtos.RegionInfo AdminProtos.OpenRegionRequest.RegionOpenInfo.getRegion()
           
 HBaseProtos.RegionInfo AdminProtos.OpenRegionRequest.RegionOpenInfo.Builder.getRegion()
           
 HBaseProtos.RegionInfo ClusterStatusProtos.RegionStateOrBuilder.getRegionInfo()
           
 HBaseProtos.RegionInfo ClusterStatusProtos.RegionState.getRegionInfo()
           
 HBaseProtos.RegionInfo ClusterStatusProtos.RegionState.Builder.getRegionInfo()
           
 HBaseProtos.RegionInfo AdminProtos.GetRegionInfoResponseOrBuilder.getRegionInfo()
           
 HBaseProtos.RegionInfo AdminProtos.GetRegionInfoResponse.getRegionInfo()
           
 HBaseProtos.RegionInfo AdminProtos.GetRegionInfoResponse.Builder.getRegionInfo()
           
 HBaseProtos.RegionInfo AdminProtos.GetOnlineRegionResponseOrBuilder.getRegionInfo(int index)
           
 HBaseProtos.RegionInfo AdminProtos.GetOnlineRegionResponse.getRegionInfo(int index)
           
 HBaseProtos.RegionInfo AdminProtos.GetOnlineRegionResponse.Builder.getRegionInfo(int index)
           
static HBaseProtos.RegionInfo HBaseProtos.RegionInfo.parseDelimitedFrom(InputStream input)
           
static HBaseProtos.RegionInfo HBaseProtos.RegionInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.RegionInfo HBaseProtos.RegionInfo.parseFrom(byte[] data)
           
static HBaseProtos.RegionInfo HBaseProtos.RegionInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.RegionInfo HBaseProtos.RegionInfo.parseFrom(com.google.protobuf.ByteString data)
           
static HBaseProtos.RegionInfo HBaseProtos.RegionInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.RegionInfo HBaseProtos.RegionInfo.parseFrom(com.google.protobuf.CodedInputStream input)
           
static HBaseProtos.RegionInfo HBaseProtos.RegionInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.RegionInfo HBaseProtos.RegionInfo.parseFrom(InputStream input)
           
static HBaseProtos.RegionInfo HBaseProtos.RegionInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type HBaseProtos.RegionInfo
 List<HBaseProtos.RegionInfo> AdminProtos.GetOnlineRegionResponseOrBuilder.getRegionInfoList()
           
 List<HBaseProtos.RegionInfo> AdminProtos.GetOnlineRegionResponse.getRegionInfoList()
           
 List<HBaseProtos.RegionInfo> AdminProtos.GetOnlineRegionResponse.Builder.getRegionInfoList()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type HBaseProtos.RegionInfo
 AdminProtos.GetOnlineRegionResponse.Builder AdminProtos.GetOnlineRegionResponse.Builder.addRegionInfo(HBaseProtos.RegionInfo value)
           
 AdminProtos.GetOnlineRegionResponse.Builder AdminProtos.GetOnlineRegionResponse.Builder.addRegionInfo(int index, HBaseProtos.RegionInfo value)
           
 HBaseProtos.RegionInfo.Builder HBaseProtos.RegionInfo.Builder.mergeFrom(HBaseProtos.RegionInfo other)
           
 AdminProtos.OpenRegionRequest.RegionOpenInfo.Builder AdminProtos.OpenRegionRequest.RegionOpenInfo.Builder.mergeRegion(HBaseProtos.RegionInfo value)
           
 ClusterStatusProtos.RegionState.Builder ClusterStatusProtos.RegionState.Builder.mergeRegionInfo(HBaseProtos.RegionInfo value)
           
 AdminProtos.GetRegionInfoResponse.Builder AdminProtos.GetRegionInfoResponse.Builder.mergeRegionInfo(HBaseProtos.RegionInfo value)
           
static HBaseProtos.RegionInfo.Builder HBaseProtos.RegionInfo.newBuilder(HBaseProtos.RegionInfo prototype)
           
 AdminProtos.OpenRegionRequest.RegionOpenInfo.Builder AdminProtos.OpenRegionRequest.RegionOpenInfo.Builder.setRegion(HBaseProtos.RegionInfo value)
           
 ClusterStatusProtos.RegionState.Builder ClusterStatusProtos.RegionState.Builder.setRegionInfo(HBaseProtos.RegionInfo value)
           
 AdminProtos.GetRegionInfoResponse.Builder AdminProtos.GetRegionInfoResponse.Builder.setRegionInfo(HBaseProtos.RegionInfo value)
           
 AdminProtos.GetOnlineRegionResponse.Builder AdminProtos.GetOnlineRegionResponse.Builder.setRegionInfo(int index, HBaseProtos.RegionInfo value)
           
 

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type HBaseProtos.RegionInfo
 AdminProtos.GetOnlineRegionResponse.Builder AdminProtos.GetOnlineRegionResponse.Builder.addAllRegionInfo(Iterable<? extends HBaseProtos.RegionInfo> values)
           
 



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