Uses of Interface
org.apache.hadoop.hdfs.server.namenode.ha.HAProxyFactory
Packages that use HAProxyFactory
-
Uses of HAProxyFactory in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs with parameters of type HAProxyFactoryModifier and TypeMethodDescriptionprotected static <T> AbstractNNFailoverProxyProvider<T>NameNodeProxiesClient.createFailoverProxyProvider(org.apache.hadoop.conf.Configuration conf, URI nameNodeUri, Class<T> xface, boolean checkPort, AtomicBoolean fallbackToSimpleAuth, HAProxyFactory<T> proxyFactory) -
Uses of HAProxyFactory in org.apache.hadoop.hdfs.server.namenode.ha
Classes in org.apache.hadoop.hdfs.server.namenode.ha that implement HAProxyFactoryFields in org.apache.hadoop.hdfs.server.namenode.ha declared as HAProxyFactoryModifier and TypeFieldDescriptionprotected HAProxyFactory<T>AbstractNNFailoverProxyProvider.factoryConstructors in org.apache.hadoop.hdfs.server.namenode.ha with parameters of type HAProxyFactoryModifierConstructorDescriptionprotectedAbstractNNFailoverProxyProvider(org.apache.hadoop.conf.Configuration conf, URI uri, Class<T> xface, HAProxyFactory<T> factory) ConfiguredFailoverProxyProvider(org.apache.hadoop.conf.Configuration conf, URI uri, Class<T> xface, HAProxyFactory<T> factory) ConfiguredFailoverProxyProvider(org.apache.hadoop.conf.Configuration conf, URI uri, Class<T> xface, HAProxyFactory<T> factory, String addressKey) InMemoryAliasMapFailoverProxyProvider(org.apache.hadoop.conf.Configuration conf, URI uri, Class<T> xface, HAProxyFactory<T> factory) IPFailoverProxyProvider(org.apache.hadoop.conf.Configuration conf, URI uri, Class<T> xface, HAProxyFactory<T> factory) ObserverReadProxyProvider(org.apache.hadoop.conf.Configuration conf, URI uri, Class<T> xface, HAProxyFactory<T> factory) By default ObserverReadProxyProvider usesConfiguredFailoverProxyProviderfor failover.ObserverReadProxyProvider(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) By default ObserverReadProxyProviderWithIPFailover usesIPFailoverProxyProviderfor failover.ObserverReadProxyProviderWithIPFailover(org.apache.hadoop.conf.Configuration conf, URI uri, Class<T> xface, HAProxyFactory<T> factory, AbstractNNFailoverProxyProvider<T> failoverProxy) RequestHedgingProxyProvider(org.apache.hadoop.conf.Configuration conf, URI uri, Class<T> xface, HAProxyFactory<T> proxyFactory) RouterObserverReadConfiguredFailoverProxyProvider(org.apache.hadoop.conf.Configuration conf, URI uri, Class<T> xface, HAProxyFactory<T> factory) RouterObserverReadProxyProvider(org.apache.hadoop.conf.Configuration conf, URI uri, Class<T> xface, HAProxyFactory<T> factory) RouterObserverReadProxyProvider(org.apache.hadoop.conf.Configuration conf, URI uri, Class<T> xface, HAProxyFactory<T> factory, AbstractNNFailoverProxyProvider<T> failoverProxy)