|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.master.MetaRegion
public class MetaRegion
Describes a meta region and its server
Method Summary | |
---|---|
int |
compareTo(MetaRegion other)
|
boolean |
equals(Object o)
|
byte[] |
getRegionName()
|
HServerAddress |
getServer()
|
byte[] |
getStartKey()
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String toString()
toString
in class Object
public byte[] getRegionName()
public HServerAddress getServer()
public byte[] getStartKey()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int compareTo(MetaRegion other)
compareTo
in interface Comparable<MetaRegion>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |