|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.io.WritableComparator
org.apache.hadoop.hbase.HStoreKey.HStoreKeyComparator
org.apache.hadoop.hbase.HStoreKey.HStoreKeyMetaComparator
org.apache.hadoop.hbase.HStoreKey.HStoreKeyRootComparator
public static class HStoreKey.HStoreKeyRootComparator
Passed as comparator for memcache and for store files. See HBASE-868. Use this comparing keys in the -ROOT_ table.
Constructor Summary | |
---|---|
HStoreKey.HStoreKeyRootComparator()
|
Method Summary | |
---|---|
protected int |
compareRows(byte[] left,
int loffset,
int llength,
byte[] right,
int roffset,
int rlength)
|
Methods inherited from class org.apache.hadoop.hbase.HStoreKey.HStoreKeyComparator |
---|
compare |
Methods inherited from class org.apache.hadoop.io.WritableComparator |
---|
compare, compare, compareBytes, define, get, getKeyClass, hashBytes, newKey, readDouble, readFloat, readInt, readLong, readUnsignedShort, readVInt, readVLong |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public HStoreKey.HStoreKeyRootComparator()
Method Detail |
---|
protected int compareRows(byte[] left, int loffset, int llength, byte[] right, int roffset, int rlength)
compareRows
in class HStoreKey.HStoreKeyMetaComparator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |