org.apache.hadoop.hbase
Class HStoreKey.RootStoreKeyComparator
java.lang.Object
org.apache.hadoop.hbase.HStoreKey.StoreKeyComparator
org.apache.hadoop.hbase.HStoreKey.MetaStoreKeyComparator
org.apache.hadoop.hbase.HStoreKey.RootStoreKeyComparator
- All Implemented Interfaces:
- Comparator<byte[]>, org.apache.hadoop.io.RawComparator<byte[]>
- Enclosing class:
- HStoreKey
public static class HStoreKey.RootStoreKeyComparator
- extends HStoreKey.MetaStoreKeyComparator
StoreKeyComparator for the -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 |
HStoreKey.RootStoreKeyComparator
public HStoreKey.RootStoreKeyComparator()
compareRows
public int compareRows(byte[] left,
int loffset,
int llength,
byte[] right,
int roffset,
int rlength)
- Overrides:
compareRows
in class HStoreKey.MetaStoreKeyComparator
- Returns:
- Result comparing rows.
Copyright © 2010 The Apache Software Foundation