Uses of Class
org.apache.hadoop.yarn.server.federation.policies.router.AbstractRouterPolicy
Packages that use AbstractRouterPolicy
-
Uses of AbstractRouterPolicy in org.apache.hadoop.yarn.server.federation.policies.router
Modifier and TypeClassDescriptionclassThisFederationRouterPolicypick a subcluster based on the hash of the job's queue name.classThis implements a simple load-balancing policy.classThis policy selects the subcluster depending on the node where the Client wants to run its application.classThis implements a policy that interprets "weights" as a ordered list of preferences among sub-clusters.classThisFederationRouterPolicysimply rejects all incoming requests.classThis simple policy picks at uniform random among any of the currently active subclusters.classThis policy implements a weighted random sample among currently active sub-clusters.