public class RemoteNameNodeInfo extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
org.apache.hadoop.conf.Configuration |
getConfiguration() |
URL |
getHttpAddress() |
InetSocketAddress |
getIpcAddress() |
String |
getNameNodeID() |
static List<RemoteNameNodeInfo> |
getRemoteNameNodes(org.apache.hadoop.conf.Configuration conf) |
static List<RemoteNameNodeInfo> |
getRemoteNameNodes(org.apache.hadoop.conf.Configuration conf,
String nsId) |
int |
hashCode() |
void |
setIpcAddress(InetSocketAddress ipc) |
String |
toString() |
public static List<RemoteNameNodeInfo> getRemoteNameNodes(org.apache.hadoop.conf.Configuration conf) throws IOException
IOException
public static List<RemoteNameNodeInfo> getRemoteNameNodes(org.apache.hadoop.conf.Configuration conf, String nsId) throws IOException
IOException
public InetSocketAddress getIpcAddress()
public String getNameNodeID()
public URL getHttpAddress()
public org.apache.hadoop.conf.Configuration getConfiguration()
public void setIpcAddress(InetSocketAddress ipc)
Copyright © 2019 Apache Software Foundation. All Rights Reserved.