org.apache.hadoop.hdfs.server.namenode
Class HostFileManager.Entry

java.lang.Object
  extended by org.apache.hadoop.hdfs.server.namenode.HostFileManager.Entry
Enclosing class:
HostFileManager

public static class HostFileManager.Entry
extends Object


Constructor Summary
HostFileManager.Entry(String prefix, int port, String ipAddress)
           
 
Method Summary
 String getIdentifier()
           
 String getIpAddress()
           
 int getPort()
           
 String getPrefix()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HostFileManager.Entry

public HostFileManager.Entry(String prefix,
                             int port,
                             String ipAddress)
Method Detail

getIdentifier

public String getIdentifier()

getPrefix

public String getPrefix()

getPort

public int getPort()

getIpAddress

public String getIpAddress()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Apache Software Foundation. All Rights Reserved.