Class WeightedHomePolicyManager

java.lang.Object
org.apache.hadoop.yarn.server.federation.policies.manager.AbstractPolicyManager
org.apache.hadoop.yarn.server.federation.policies.manager.WeightedHomePolicyManager
All Implemented Interfaces:
FederationPolicyManager

public class WeightedHomePolicyManager extends AbstractPolicyManager
Policy that allows operator to configure "weights" for routing. This picks a WeightedRandomRouterPolicy for the router and a HomeAMRMProxyPolicy for the amrmproxy as they are designed to work together.