Package | Description |
---|---|
org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem . |
Modifier and Type | Method and Description |
---|---|
static <T> NameNodeProxies.ProxyAndInfo<T> |
NameNodeProxies.createNonHAProxy(Configuration conf,
InetSocketAddress nnAddr,
Class<T> xface,
UserGroupInformation ugi,
boolean withRetries)
Creates an explicitly non-HA-enabled proxy object.
|
static <T> NameNodeProxies.ProxyAndInfo<T> |
NameNodeProxies.createProxy(Configuration conf,
URI nameNodeUri,
Class<T> xface)
Creates the namenode proxy with the passed protocol.
|
static <T> NameNodeProxies.ProxyAndInfo<T> |
NameNodeProxies.createProxyWithLossyRetryHandler(Configuration config,
URI nameNodeUri,
Class<T> xface,
int numResponseToDrop)
Generate a dummy namenode proxy instance that utilizes our hacked
LossyRetryInvocationHandler . |
Copyright © 2013 Apache Software Foundation. All rights reserved.