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

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

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

Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type ClusterStatusProtos.ServerLoad
static com.google.protobuf.Parser<ClusterStatusProtos.ServerLoad> ClusterStatusProtos.ServerLoad.PARSER
           
 

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()
          optional .ServerLoad load = 2;
 ClusterStatusProtos.ServerLoad RegionServerStatusProtos.RegionServerReportRequest.getLoad()
          optional .ServerLoad load = 2;
 ClusterStatusProtos.ServerLoad RegionServerStatusProtos.RegionServerReportRequest.Builder.getLoad()
          optional .ServerLoad load = 2;
 ClusterStatusProtos.ServerLoad ClusterStatusProtos.LiveServerInfoOrBuilder.getServerLoad()
          required .ServerLoad server_load = 2;
 ClusterStatusProtos.ServerLoad ClusterStatusProtos.LiveServerInfo.getServerLoad()
          required .ServerLoad server_load = 2;
 ClusterStatusProtos.ServerLoad ClusterStatusProtos.LiveServerInfo.Builder.getServerLoad()
          required .ServerLoad server_load = 2;
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 that return types with arguments of type ClusterStatusProtos.ServerLoad
 com.google.protobuf.Parser<ClusterStatusProtos.ServerLoad> ClusterStatusProtos.ServerLoad.getParserForType()
           
 

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)
          optional .ServerLoad load = 2;
 ClusterStatusProtos.LiveServerInfo.Builder ClusterStatusProtos.LiveServerInfo.Builder.mergeServerLoad(ClusterStatusProtos.ServerLoad value)
          required .ServerLoad server_load = 2;
static ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.newBuilder(ClusterStatusProtos.ServerLoad prototype)
           
 RegionServerStatusProtos.RegionServerReportRequest.Builder RegionServerStatusProtos.RegionServerReportRequest.Builder.setLoad(ClusterStatusProtos.ServerLoad value)
          optional .ServerLoad load = 2;
 ClusterStatusProtos.LiveServerInfo.Builder ClusterStatusProtos.LiveServerInfo.Builder.setServerLoad(ClusterStatusProtos.ServerLoad value)
          required .ServerLoad server_load = 2;
 



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