Uses of Class
org.apache.hadoop.hbase.master.balancer.ServerAndLoad
Packages that use ServerAndLoad
-
Uses of ServerAndLoad in org.apache.hadoop.hbase.master.balancer
Fields in org.apache.hadoop.hbase.master.balancer with type parameters of type ServerAndLoadModifier and TypeFieldDescriptionprivate List<ServerAndLoad>
SimpleLoadBalancer.serverLoadList
private final NavigableMap<ServerAndLoad,
List<RegionInfo>> ClusterLoadState.serversByLoad
Methods in org.apache.hadoop.hbase.master.balancer that return types with arguments of type ServerAndLoadModifier and TypeMethodDescription(package private) NavigableMap<ServerAndLoad,
List<RegionInfo>> ClusterLoadState.getServersByLoad()
Methods in org.apache.hadoop.hbase.master.balancer with parameters of type ServerAndLoadMethod parameters in org.apache.hadoop.hbase.master.balancer with type arguments of type ServerAndLoadModifier and TypeMethodDescriptionprivate void
SimpleLoadBalancer.setLoad
(List<ServerAndLoad> slList, int i, int loadChange)