Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionLoad

Packages that use ClusterStatusProtos.RegionLoad
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.protobuf.generated   
org.apache.hadoop.hbase.regionserver   
 

Uses of ClusterStatusProtos.RegionLoad in org.apache.hadoop.hbase
 

Fields in org.apache.hadoop.hbase declared as ClusterStatusProtos.RegionLoad
protected  ClusterStatusProtos.RegionLoad RegionLoad.regionLoadPB
           
 

Constructors in org.apache.hadoop.hbase with parameters of type ClusterStatusProtos.RegionLoad
RegionLoad(ClusterStatusProtos.RegionLoad regionLoadPB)
           
 

Uses of ClusterStatusProtos.RegionLoad in org.apache.hadoop.hbase.protobuf
 

Methods in org.apache.hadoop.hbase.protobuf with parameters of type ClusterStatusProtos.RegionLoad
static long ProtobufUtil.getTotalRequestsCount(ClusterStatusProtos.RegionLoad rl)
           
 

Uses of ClusterStatusProtos.RegionLoad in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClusterStatusProtos.RegionLoad
 ClusterStatusProtos.RegionLoad ClusterStatusProtos.RegionLoad.Builder.build()
           
 ClusterStatusProtos.RegionLoad ClusterStatusProtos.RegionLoad.Builder.buildPartial()
           
static ClusterStatusProtos.RegionLoad ClusterStatusProtos.RegionLoad.getDefaultInstance()
           
 ClusterStatusProtos.RegionLoad ClusterStatusProtos.RegionLoad.getDefaultInstanceForType()
           
 ClusterStatusProtos.RegionLoad ClusterStatusProtos.RegionLoad.Builder.getDefaultInstanceForType()
           
 ClusterStatusProtos.RegionLoad ClusterStatusProtos.ServerLoadOrBuilder.getRegionLoads(int index)
           
 ClusterStatusProtos.RegionLoad ClusterStatusProtos.ServerLoad.getRegionLoads(int index)
           
 ClusterStatusProtos.RegionLoad ClusterStatusProtos.ServerLoad.Builder.getRegionLoads(int index)
           
static ClusterStatusProtos.RegionLoad ClusterStatusProtos.RegionLoad.parseDelimitedFrom(InputStream input)
           
static ClusterStatusProtos.RegionLoad ClusterStatusProtos.RegionLoad.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.RegionLoad ClusterStatusProtos.RegionLoad.parseFrom(byte[] data)
           
static ClusterStatusProtos.RegionLoad ClusterStatusProtos.RegionLoad.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.RegionLoad ClusterStatusProtos.RegionLoad.parseFrom(com.google.protobuf.ByteString data)
           
static ClusterStatusProtos.RegionLoad ClusterStatusProtos.RegionLoad.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.RegionLoad ClusterStatusProtos.RegionLoad.parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClusterStatusProtos.RegionLoad ClusterStatusProtos.RegionLoad.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.RegionLoad ClusterStatusProtos.RegionLoad.parseFrom(InputStream input)
           
static ClusterStatusProtos.RegionLoad ClusterStatusProtos.RegionLoad.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClusterStatusProtos.RegionLoad
 List<ClusterStatusProtos.RegionLoad> ClusterStatusProtos.ServerLoadOrBuilder.getRegionLoadsList()
           
 List<ClusterStatusProtos.RegionLoad> ClusterStatusProtos.ServerLoad.getRegionLoadsList()
           
 List<ClusterStatusProtos.RegionLoad> ClusterStatusProtos.ServerLoad.Builder.getRegionLoadsList()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClusterStatusProtos.RegionLoad
 ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.Builder.addRegionLoads(ClusterStatusProtos.RegionLoad value)
           
 ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.Builder.addRegionLoads(int index, ClusterStatusProtos.RegionLoad value)
           
 ClusterStatusProtos.RegionLoad.Builder ClusterStatusProtos.RegionLoad.Builder.mergeFrom(ClusterStatusProtos.RegionLoad other)
           
static ClusterStatusProtos.RegionLoad.Builder ClusterStatusProtos.RegionLoad.newBuilder(ClusterStatusProtos.RegionLoad prototype)
           
 ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.Builder.setRegionLoads(int index, ClusterStatusProtos.RegionLoad value)
           
 

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type ClusterStatusProtos.RegionLoad
 ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.Builder.addAllRegionLoads(Iterable<? extends ClusterStatusProtos.RegionLoad> values)
           
 

Uses of ClusterStatusProtos.RegionLoad in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return ClusterStatusProtos.RegionLoad
 ClusterStatusProtos.RegionLoad HRegionServer.createRegionLoad(String encodedRegionName)
           
 



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