Uses of Class
org.apache.hadoop.hbase.ServerLoad

Packages that use ServerLoad
org.apache.hadoop.hbase   
 

Uses of ServerLoad in org.apache.hadoop.hbase
 

Fields in org.apache.hadoop.hbase declared as ServerLoad
static ServerLoad ServerLoad.EMPTY_SERVERLOAD
           
 

Methods in org.apache.hadoop.hbase that return ServerLoad
 ServerLoad ClusterStatus.getLoad(ServerName sn)
           
 

Constructor parameters in org.apache.hadoop.hbase with type arguments of type ServerLoad
ClusterStatus(String hbaseVersion, String clusterid, Map<ServerName,ServerLoad> servers, Collection<ServerName> deadServers, ServerName master, Collection<ServerName> backupMasters, Map<String,RegionState> rit, String[] masterCoprocessors, Boolean balancerOn)
           
 



Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.