org.apache.hadoop.mount
Class MountEntry

java.lang.Object
  extended by org.apache.hadoop.mount.MountEntry

public class MountEntry
extends Object

Represents a mount entry.


Constructor Summary
MountEntry(String host, String path)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String host()
           
 String path()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MountEntry

public MountEntry(String host,
                  String path)
Method Detail

host

public String host()

path

public String path()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009 The Apache Software Foundation