See: Description
Interface | Description |
---|---|
FederationAMRMProxyPolicy |
Implementors of this interface provide logic to split the list of
ResourceRequest s received by the AM among various RMs. |
Class | Description |
---|---|
AbstractAMRMProxyPolicy |
Base abstract class for
FederationAMRMProxyPolicy implementations,
that provides common validation for reinitialization. |
BroadcastAMRMProxyPolicy |
An implementation of the
FederationAMRMProxyPolicy that simply
broadcasts each ResourceRequest to all the available sub-clusters. |
LocalityMulticastAMRMProxyPolicy |
An implementation of the
FederationAMRMProxyPolicy interface that
carefully multicasts the requests with the following behavior: |
RejectAMRMProxyPolicy |
An implementation of the
FederationAMRMProxyPolicy that simply
rejects all requests. |
Copyright © 2022 Apache Software Foundation. All rights reserved.