org.apache.hadoop.hdfs
Class DFSUtil.ConfiguredNNAddress

java.lang.Object
  extended by org.apache.hadoop.hdfs.DFSUtil.ConfiguredNNAddress
Enclosing class:
org.apache.hadoop.hdfs.DFSUtil

public static class DFSUtil.ConfiguredNNAddress
extends Object

Represent one of the NameNodes configured in the cluster.


Method Summary
 InetSocketAddress getAddress()
           
 String getNamenodeId()
           
 String getNameserviceId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getNameserviceId

public String getNameserviceId()

getNamenodeId

public String getNamenodeId()

getAddress

public InetSocketAddress getAddress()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Apache Software Foundation. All Rights Reserved.