Uses of Interface
org.apache.hadoop.yarn.server.federation.policies.manager.FederationPolicyManager
Packages that use FederationPolicyManager
Package
Description
Federation Policies.
Various implementation of FederationPolicyManager.
-
Uses of FederationPolicyManager in org.apache.hadoop.yarn.server.federation.policies
Methods in org.apache.hadoop.yarn.server.federation.policies that return FederationPolicyManagerModifier and TypeMethodDescriptionstatic FederationPolicyManagerFederationPolicyUtils.instantiatePolicyManager(String newType) A utilize method to instantiate a policy manager class given the type (class name) fromSubClusterPolicyConfiguration. -
Uses of FederationPolicyManager in org.apache.hadoop.yarn.server.federation.policies.manager
Classes in org.apache.hadoop.yarn.server.federation.policies.manager that implement FederationPolicyManagerModifier and TypeClassDescriptionclassThis class provides basic implementation for common methods that multiple policies will need to implement.classPolicy that routes applications via hashing of their queuename, and broadcast resource requests.classPolicy manager which uses theUniformRandomRouterPolicyfor the Router andHomeAMRMProxyPolicyas the AMRMProxy policy to find the RM.classPolicy that allows operator to configure "weights" for routing.classThis class represents a simple implementation of aFederationPolicyManager.classThis class represents a simple implementation of aFederationPolicyManager.classPolicy that allows operator to configure "weights" for routing.classPolicy that allows operator to configure "weights" for routing.