Uses of Class
org.apache.hadoop.hbase.ServerLoad
Packages that use ServerLoad
- 
Uses of ServerLoad in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as ServerLoadMethods in org.apache.hadoop.hbase that return ServerLoadModifier and TypeMethodDescriptionClusterStatus.getLoad(ServerName sn) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 UseClusterStatus.getLiveServerMetrics()instead.Methods in org.apache.hadoop.hbase that return types with arguments of type ServerLoadModifier and TypeMethodDescriptionprivate Map<ServerName,ServerLoad> ClusterStatus.getLiveServerLoads()Deprecated.Constructor parameters in org.apache.hadoop.hbase with type arguments of type ServerLoadModifierConstructorDescriptionClusterStatus(String hbaseVersion, String clusterid, Map<ServerName, ServerLoad> servers, Collection<ServerName> deadServers, ServerName master, Collection<ServerName> backupMasters, List<RegionState> rit, String[] masterCoprocessors, Boolean balancerOn, int masterInfoPort) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 
ServerMetricsBuilder.of(ServerName)instead.