Uses of Class
org.apache.hadoop.hbase.master.balancer.FavoredNodesPlan.Position

Packages that use FavoredNodesPlan.Position
org.apache.hadoop.hbase.master.balancer   
 

Uses of FavoredNodesPlan.Position in org.apache.hadoop.hbase.master.balancer
 

Methods in org.apache.hadoop.hbase.master.balancer that return FavoredNodesPlan.Position
static FavoredNodesPlan.Position FavoredNodesPlan.getFavoredServerPosition(List<ServerName> favoredNodes, ServerName server)
          Return the position of the server in the favoredNodes list.
static FavoredNodesPlan.Position FavoredNodesPlan.Position.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FavoredNodesPlan.Position[] FavoredNodesPlan.Position.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.