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

Packages that use ClusterStatusProtos.ServerLoad
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.protobuf.generated   
 

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

Fields in org.apache.hadoop.hbase declared as ClusterStatusProtos.ServerLoad
protected  ClusterStatusProtos.ServerLoad ServerLoad.serverLoad
           
 

Methods in org.apache.hadoop.hbase that return ClusterStatusProtos.ServerLoad
 ClusterStatusProtos.ServerLoad ServerLoad.obtainServerLoadPB()
           
 

Constructors in org.apache.hadoop.hbase with parameters of type ClusterStatusProtos.ServerLoad
ServerLoad(ClusterStatusProtos.ServerLoad serverLoad)
           
 

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClusterStatusProtos.ServerLoad
 ClusterStatusProtos.ServerLoad ClusterStatusProtos.ServerLoad.Builder.build()
           
 ClusterStatusProtos.ServerLoad ClusterStatusProtos.ServerLoad.Builder.buildPartial()
           
static ClusterStatusProtos.ServerLoad ClusterStatusProtos.ServerLoad.getDefaultInstance()
           
 ClusterStatusProtos.ServerLoad ClusterStatusProtos.ServerLoad.getDefaultInstanceForType()
           
 ClusterStatusProtos.ServerLoad ClusterStatusProtos.ServerLoad.Builder.getDefaultInstanceForType()
           
 ClusterStatusProtos.ServerLoad RegionServerStatusProtos.RegionServerReportRequestOrBuilder.getLoad()
           
 ClusterStatusProtos.ServerLoad RegionServerStatusProtos.RegionServerReportRequest.getLoad()
           
 ClusterStatusProtos.ServerLoad RegionServerStatusProtos.RegionServerReportRequest.Builder.getLoad()
           
 ClusterStatusProtos.ServerLoad ClusterStatusProtos.LiveServerInfoOrBuilder.getServerLoad()
           
 ClusterStatusProtos.ServerLoad ClusterStatusProtos.LiveServerInfo.getServerLoad()
           
 ClusterStatusProtos.ServerLoad ClusterStatusProtos.LiveServerInfo.Builder.getServerLoad()
           
static ClusterStatusProtos.ServerLoad ClusterStatusProtos.ServerLoad.parseDelimitedFrom(InputStream input)
           
static ClusterStatusProtos.ServerLoad ClusterStatusProtos.ServerLoad.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.ServerLoad ClusterStatusProtos.ServerLoad.parseFrom(byte[] data)
           
static ClusterStatusProtos.ServerLoad ClusterStatusProtos.ServerLoad.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.ServerLoad ClusterStatusProtos.ServerLoad.parseFrom(com.google.protobuf.ByteString data)
           
static ClusterStatusProtos.ServerLoad ClusterStatusProtos.ServerLoad.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.ServerLoad ClusterStatusProtos.ServerLoad.parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClusterStatusProtos.ServerLoad ClusterStatusProtos.ServerLoad.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.ServerLoad ClusterStatusProtos.ServerLoad.parseFrom(InputStream input)
           
static ClusterStatusProtos.ServerLoad ClusterStatusProtos.ServerLoad.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClusterStatusProtos.ServerLoad
 ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.Builder.mergeFrom(ClusterStatusProtos.ServerLoad other)
           
 RegionServerStatusProtos.RegionServerReportRequest.Builder RegionServerStatusProtos.RegionServerReportRequest.Builder.mergeLoad(ClusterStatusProtos.ServerLoad value)
           
 ClusterStatusProtos.LiveServerInfo.Builder ClusterStatusProtos.LiveServerInfo.Builder.mergeServerLoad(ClusterStatusProtos.ServerLoad value)
           
static ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.newBuilder(ClusterStatusProtos.ServerLoad prototype)
           
 RegionServerStatusProtos.RegionServerReportRequest.Builder RegionServerStatusProtos.RegionServerReportRequest.Builder.setLoad(ClusterStatusProtos.ServerLoad value)
           
 ClusterStatusProtos.LiveServerInfo.Builder ClusterStatusProtos.LiveServerInfo.Builder.setServerLoad(ClusterStatusProtos.ServerLoad value)
           
 



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