| Methods in org.apache.hadoop.hdfs that return NameNodeProxies.ProxyAndInfo |
static
|
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
|
NameNodeProxies.createProxy(org.apache.hadoop.conf.Configuration conf,
URI nameNodeUri,
Class<T> xface)
Creates the namenode proxy with the passed protocol. |
static
|
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. |