public static class NameNodeProxies.ProxyAndInfo<PROXYTYPE> extends Object
NameNodeProxies.createProxy(org.apache.hadoop.conf.Configuration, java.net.URI, java.lang.Class<T>)
and
NameNodeProxies.createNonHAProxy(org.apache.hadoop.conf.Configuration, java.net.InetSocketAddress, java.lang.Class<T>, org.apache.hadoop.security.UserGroupInformation, boolean)
.Constructor and Description |
---|
NameNodeProxies.ProxyAndInfo(PROXYTYPE proxy,
org.apache.hadoop.io.Text dtService,
InetSocketAddress address) |
Modifier and Type | Method and Description |
---|---|
InetSocketAddress |
getAddress() |
org.apache.hadoop.io.Text |
getDelegationTokenService() |
PROXYTYPE |
getProxy() |
public NameNodeProxies.ProxyAndInfo(PROXYTYPE proxy, org.apache.hadoop.io.Text dtService, InetSocketAddress address)
public org.apache.hadoop.io.Text getDelegationTokenService()
public InetSocketAddress getAddress()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.