Uses of Package
org.apache.hadoop.yarn.server.federation.policies.amrmproxy
Packages that use org.apache.hadoop.yarn.server.federation.policies.amrmproxy
Package
Description
Federation Policies.
AMRMPRoxy policies.
Various implementation of FederationPolicyManager.
-
Classes in org.apache.hadoop.yarn.server.federation.policies.amrmproxy used by org.apache.hadoop.yarn.server.federation.policiesClassDescriptionImplementors of this interface provide logic to split the list of
ResourceRequests received by the AM among various RMs. -
Classes in org.apache.hadoop.yarn.server.federation.policies.amrmproxy used by org.apache.hadoop.yarn.server.federation.policies.amrmproxyClassDescriptionBase abstract class for
FederationAMRMProxyPolicyimplementations, that provides common validation for reinitialization.Implementors of this interface provide logic to split the list ofResourceRequests received by the AM among various RMs.This helper class is used to book-keep the requests made to each subcluster, and maintain useful statistics to split ANY requests. -
Classes in org.apache.hadoop.yarn.server.federation.policies.amrmproxy used by org.apache.hadoop.yarn.server.federation.policies.managerClassDescriptionImplementors of this interface provide logic to split the list of
ResourceRequests received by the AM among various RMs.