|
||||||||||
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
public static class HStoreKey.HStoreKeyComparator
Passed as comparator for memcache and for store files. See HBASE-868.
Constructor Summary | |
---|---|
HStoreKey.HStoreKeyComparator()
|
Method Summary | |
---|---|
int |
compare(org.apache.hadoop.io.WritableComparable l,
org.apache.hadoop.io.WritableComparable r)
|
protected int |
compareRows(byte[] left,
int loffset,
int llength,
byte[] right,
int roffset,
int rlength)
|
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.HStoreKeyComparator()
Method Detail |
---|
public int compare(org.apache.hadoop.io.WritableComparable l, org.apache.hadoop.io.WritableComparable r)
compare
in class org.apache.hadoop.io.WritableComparator
protected int compareRows(byte[] left, int loffset, int llength, byte[] right, int roffset, int rlength)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |