org.apache.hadoop.hbase
Class KeyValue.RootComparator
java.lang.Object
org.apache.hadoop.hbase.KeyValue.KVComparator
org.apache.hadoop.hbase.KeyValue.MetaComparator
org.apache.hadoop.hbase.KeyValue.RootComparator
- All Implemented Interfaces:
- Comparator<KeyValue>
- Enclosing class:
- KeyValue
public static class KeyValue.RootComparator
- extends KeyValue.MetaComparator
A KeyValue.KVComparator
for -ROOT-
catalog table
KeyValue
s.
Methods inherited from class org.apache.hadoop.hbase.KeyValue.KVComparator |
compare, compareColumns, compareRows, compareRows, compareRows, compareRows, compareTimestamps, getComparatorIgnoringTimestamps, getComparatorIgnoringType, matchingRowColumn, matchingRows, matchingRows, matchingRows, matchingRows, matchingRowsGreaterTimestamp |
KeyValue.RootComparator
public KeyValue.RootComparator()
getRawComparator
public KeyValue.KeyComparator getRawComparator()
- Overrides:
getRawComparator
in class KeyValue.MetaComparator
- Returns:
- RawComparator that can compare the Key portion of a KeyValue.
Used in hfile where indices are the Key portion of a KeyValue.
clone
protected Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class KeyValue.MetaComparator
- Throws:
CloneNotSupportedException
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.