Uses of Class
org.apache.hadoop.hdfs.NameNodeProxiesClient.ProxyAndInfo
Packages that use NameNodeProxiesClient.ProxyAndInfo
-
Uses of NameNodeProxiesClient.ProxyAndInfo in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return NameNodeProxiesClient.ProxyAndInfoModifier 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.NameNodeProxiesClient.createProxyWithClientProtocol(org.apache.hadoop.conf.Configuration conf, URI nameNodeUri, AtomicBoolean fallbackToSimpleAuth) Creates the namenode proxy with the ClientProtocol.static <T> NameNodeProxiesClient.ProxyAndInfo<T>NameNodeProxiesClient.createProxyWithLossyRetryHandler(org.apache.hadoop.conf.Configuration config, URI nameNodeUri, Class<T> xface, int numResponseToDrop, AtomicBoolean fallbackToSimpleAuth) Generate a dummy namenode proxy instance that utilizes our hackedLossyRetryInvocationHandler.