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)
           
 String getHost()
           
 String getPath()
           
 int hashCode()
           
 
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

getHost

public String getHost()

getPath

public String getPath()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2014 Apache Software Foundation. All Rights Reserved.