org.apache.hadoop.hbase
Class KeyValue.RootKeyComparator
java.lang.Object
org.apache.hadoop.hbase.KeyValue.KeyComparator
org.apache.hadoop.hbase.KeyValue.MetaKeyComparator
org.apache.hadoop.hbase.KeyValue.RootKeyComparator
- All Implemented Interfaces:
- Comparator<byte[]>, KeyValue.SamePrefixComparator<byte[]>, org.apache.hadoop.io.RawComparator<byte[]>
- Enclosing class:
- KeyValue
public static class KeyValue.RootKeyComparator
- extends KeyValue.MetaKeyComparator
Compare key portion of a KeyValue
for keys in -ROOT-
table.
Method Summary |
int |
compareRows(byte[] left,
int loffset,
int llength,
byte[] right,
int roffset,
int rlength)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyValue.RootKeyComparator
public KeyValue.RootKeyComparator()
compareRows
public int compareRows(byte[] left,
int loffset,
int llength,
byte[] right,
int roffset,
int rlength)
- Overrides:
compareRows
in class KeyValue.MetaKeyComparator
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.