Package | Description |
---|---|
org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem . |
Modifier and Type | Method and Description |
---|---|
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.