See: Description
| Interface | Description | 
|---|---|
| FederationAMRMProxyPolicy | Implementors of this interface provide logic to split the list of
  ResourceRequests received by the AM among various RMs. | 
| Class | Description | 
|---|---|
| AbstractAMRMProxyPolicy | Base abstract class for  FederationAMRMProxyPolicyimplementations,
 that provides common validation for reinitialization. | 
| BroadcastAMRMProxyPolicy | An implementation of the  FederationAMRMProxyPolicythat simply
 broadcasts eachResourceRequestto all the available sub-clusters. | 
| HomeAMRMProxyPolicy | An implementation of the  FederationAMRMProxyPolicythat simply
 sends theResourceRequestto the home subcluster. | 
| LocalityMulticastAMRMProxyPolicy | An implementation of the  FederationAMRMProxyPolicyinterface that
 carefully multicasts the requests with the following behavior: | 
| RejectAMRMProxyPolicy | An implementation of the  FederationAMRMProxyPolicythat simply
 rejects all requests. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.