Package | Description |
---|---|
org.apache.hadoop.yarn.server.federation.policies.amrmproxy |
AMRMPRoxy policies.
|
Modifier and Type | Class and Description |
---|---|
class |
BroadcastAMRMProxyPolicy
An implementation of the
FederationAMRMProxyPolicy that simply
broadcasts each ResourceRequest to all the available sub-clusters. |
class |
HomeAMRMProxyPolicy
An implementation of the
FederationAMRMProxyPolicy that simply
sends the ResourceRequest to the home subcluster. |
class |
LocalityMulticastAMRMProxyPolicy
An implementation of the
FederationAMRMProxyPolicy interface that
carefully multicasts the requests with the following behavior: |
class |
RejectAMRMProxyPolicy
An implementation of the
FederationAMRMProxyPolicy that simply
rejects all requests. |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.