Uses of Class
org.apache.hadoop.hdfs.server.namenode.ha.AbstractNNFailoverProxyProvider
Packages that use AbstractNNFailoverProxyProvider
-
Uses of AbstractNNFailoverProxyProvider in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return AbstractNNFailoverProxyProviderModifier and TypeMethodDescriptionstatic <T> AbstractNNFailoverProxyProvider<T>NameNodeProxiesClient.createFailoverProxyProvider(org.apache.hadoop.conf.Configuration conf, URI nameNodeUri, Class<T> xface, boolean checkPort, AtomicBoolean fallbackToSimpleAuth) Creates the Failover proxy provider instanceprotected static <T> AbstractNNFailoverProxyProvider<T>NameNodeProxiesClient.createFailoverProxyProvider(org.apache.hadoop.conf.Configuration conf, URI nameNodeUri, Class<T> xface, boolean checkPort, AtomicBoolean fallbackToSimpleAuth, HAProxyFactory<T> proxyFactory) Methods in org.apache.hadoop.hdfs with parameters of type AbstractNNFailoverProxyProviderModifier and TypeMethodDescriptionstatic <T> NameNodeProxiesClient.ProxyAndInfo<T>NameNodeProxiesClient.createHAProxy(org.apache.hadoop.conf.Configuration conf, URI nameNodeUri, Class<T> xface, AbstractNNFailoverProxyProvider<T> failoverProxyProvider) Creates an explicitly HA-enabled proxy object. -
Uses of AbstractNNFailoverProxyProvider in org.apache.hadoop.hdfs.server.namenode.ha
Subclasses of AbstractNNFailoverProxyProvider in org.apache.hadoop.hdfs.server.namenode.haModifier and TypeClassDescriptionclassA FailoverProxyProvider implementation which allows one to configure multiple URIs to connect to during fail-over.classAConfiguredFailoverProxyProviderimplementation used to connect to an InMemoryAliasMap.classA NNFailoverProxyProvider implementation which works on IP failover setup.classAFailoverProxyProviderimplementation that supports reading from observer namenode(s).classExtendsObserverReadProxyProviderto support NameNode IP failover.classA FailoverProxyProvider implementation that technically does not "failover" per-se.classAFailoverProxyProviderimplementation to support automatic msync-ing when using routers.classAFailoverProxyProviderimplementation to support automatic msync-ing when using routers.classA NNFailoverProxyProvider implementation which wrapps old implementations directly implementing theFailoverProxyProviderinterface.Constructors in org.apache.hadoop.hdfs.server.namenode.ha with parameters of type AbstractNNFailoverProxyProviderModifierConstructorDescriptionObserverReadProxyProvider(org.apache.hadoop.conf.Configuration conf, URI uri, Class<T> xface, HAProxyFactory<T> factory, AbstractNNFailoverProxyProvider<T> failoverProxy) ObserverReadProxyProviderWithIPFailover(org.apache.hadoop.conf.Configuration conf, URI uri, Class<T> xface, HAProxyFactory<T> factory, AbstractNNFailoverProxyProvider<T> failoverProxy) RouterObserverReadProxyProvider(org.apache.hadoop.conf.Configuration conf, URI uri, Class<T> xface, HAProxyFactory<T> factory, AbstractNNFailoverProxyProvider<T> failoverProxy)