org.apache.hadoop.hbase
Class HClient.RegionLocation

java.lang.Object
  extended by org.apache.hadoop.hbase.HClient.RegionLocation
All Implemented Interfaces:
Comparable
Enclosing class:
HClient

protected static class HClient.RegionLocation
extends Object
implements Comparable


Method Summary
 int compareTo(Object o)
          
 boolean equals(Object o)
          
 HRegionInfo getRegionInfo()
           
 HServerAddress getServerAddress()
           
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()

Overrides:
toString in class Object

equals

public boolean equals(Object o)

Overrides:
equals in class Object

hashCode

public int hashCode()

Overrides:
hashCode in class Object

getRegionInfo

public HRegionInfo getRegionInfo()
Returns:
HRegionInfo

getServerAddress

public HServerAddress getServerAddress()
Returns:
HServerAddress

compareTo

public int compareTo(Object o)

Specified by:
compareTo in interface Comparable


Copyright © 2006 The Apache Software Foundation