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