Uses of Interface
org.apache.hadoop.yarn.client.RMFailoverProxyProvider
Packages that use RMFailoverProxyProvider
-
Uses of RMFailoverProxyProvider in org.apache.hadoop.yarn.client
Classes in org.apache.hadoop.yarn.client that implement RMFailoverProxyProviderModifier and TypeClassDescriptionclassA subclass ofRMFailoverProxyProviderwhich tries to resolve the proxy DNS in the event of failover.classA subclass ofRMFailoverProxyProviderwhich tries to resolve the proxy DNS in the event of failover.classclassAn implementation ofRMFailoverProxyProviderwhich does nothing in the event of failover, and always returns the same proxy object.classA FailoverProxyProvider implementation that technically does not "failover" per-se.Methods in org.apache.hadoop.yarn.client that return RMFailoverProxyProviderModifier and TypeMethodDescriptionstatic <T> RMFailoverProxyProvider<T>ClientRMProxy.getClientRMFailoverProxyProvider(org.apache.hadoop.yarn.conf.YarnConfiguration configuration, Class<T> protocol) protected static <T> RMFailoverProxyProvider<T>RMProxy.getRMFailoverProxyProvider(org.apache.hadoop.yarn.conf.YarnConfiguration conf, Class<T> protocol, RMProxy<T> instance)