Uses of Class
org.apache.hadoop.hdfs.NameNodeProxies.ProxyAndInfo

Packages that use NameNodeProxies.ProxyAndInfo
org.apache.hadoop.hdfs A distributed implementation of FileSystem
 

Uses of NameNodeProxies.ProxyAndInfo in org.apache.hadoop.hdfs
 

Methods in org.apache.hadoop.hdfs that return NameNodeProxies.ProxyAndInfo
static
<T> NameNodeProxies.ProxyAndInfo<T>
NameNodeProxies.createNonHAProxy(org.apache.hadoop.conf.Configuration conf, InetSocketAddress nnAddr, Class<T> xface, org.apache.hadoop.security.UserGroupInformation ugi, boolean withRetries)
          Creates an explicitly non-HA-enabled proxy object.
static
<T> NameNodeProxies.ProxyAndInfo<T>
NameNodeProxies.createProxy(org.apache.hadoop.conf.Configuration conf, URI nameNodeUri, Class<T> xface)
          Creates the namenode proxy with the passed protocol.
static
<T> NameNodeProxies.ProxyAndInfo<T>
NameNodeProxies.createProxyWithLossyRetryHandler(org.apache.hadoop.conf.Configuration config, URI nameNodeUri, Class<T> xface, int numResponseToDrop)
          Generate a dummy namenode proxy instance that utilizes our hacked LossyRetryInvocationHandler.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.