Uses of Class
org.apache.hadoop.yarn.server.federation.policies.AbstractConfigurableFederationPolicy
Packages that use AbstractConfigurableFederationPolicy
Package
Description
AMRMPRoxy policies.
Router policies.
-
Uses of AbstractConfigurableFederationPolicy in org.apache.hadoop.yarn.server.federation.policies.amrmproxy
Subclasses of AbstractConfigurableFederationPolicy in org.apache.hadoop.yarn.server.federation.policies.amrmproxyModifier and TypeClassDescriptionclassBase abstract class forFederationAMRMProxyPolicyimplementations, that provides common validation for reinitialization.classAn implementation of theFederationAMRMProxyPolicythat simply broadcasts eachResourceRequestto all the available sub-clusters.classAn implementation of theFederationAMRMProxyPolicythat simply sends theResourceRequestto the home subcluster.classAn implementation of theFederationAMRMProxyPolicyinterface that carefully multicasts the requests with the following behavior:classAn implementation of theFederationAMRMProxyPolicythat simply rejects all requests. -
Uses of AbstractConfigurableFederationPolicy in org.apache.hadoop.yarn.server.federation.policies.router
Subclasses of AbstractConfigurableFederationPolicy in org.apache.hadoop.yarn.server.federation.policies.routerModifier and TypeClassDescriptionclassBase abstract class forFederationRouterPolicyimplementations, that provides common validation for reinitialization.classThisFederationRouterPolicypick 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.