| Package | Description |
|---|---|
| org.apache.hadoop.yarn.client |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AutoRefreshNoHARMFailoverProxyProvider<T> |
A subclass of
RMFailoverProxyProvider which tries to
resolve the proxy DNS in the event of failover. |
class |
AutoRefreshRMFailoverProxyProvider<T> |
A subclass of
RMFailoverProxyProvider which tries to
resolve the proxy DNS in the event of failover. |
class |
ConfiguredRMFailoverProxyProvider<T> |
|
class |
DefaultNoHARMFailoverProxyProvider<T> |
An implementation of
RMFailoverProxyProvider which does nothing in
the event of failover, and always returns the same proxy object. |
class |
RequestHedgingRMFailoverProxyProvider<T> |
A FailoverProxyProvider implementation that technically does not "failover"
per-se.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T> RMFailoverProxyProvider<T> |
ClientRMProxy.getClientRMFailoverProxyProvider(org.apache.hadoop.yarn.conf.YarnConfiguration configuration,
java.lang.Class<T> protocol) |
|
protected static <T> RMFailoverProxyProvider<T> |
RMProxy.getRMFailoverProxyProvider(org.apache.hadoop.yarn.conf.YarnConfiguration conf,
java.lang.Class<T> protocol,
RMProxy<T> instance) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.