public static class KeyValue.MetaComparator extends KeyValue.KVComparator
构造器和说明 |
---|
KeyValue.MetaComparator() |
限定符和类型 | 方法和说明 |
---|---|
protected Object |
clone() |
int |
compare(Cell left,
Cell right)
Compare key portion of a
KeyValue for keys in hbase:meta
table. |
int |
compareOnlyKeyPortion(Cell left,
Cell right) |
protected int |
compareRowKey(Cell l,
Cell r)
Override the row key comparison to parse and compare the meta row key parts.
|
int |
compareRows(byte[] left,
int loffset,
int llength,
byte[] right,
int roffset,
int rlength)
Get the b[],o,l for left and right rowkey portions and compare.
|
String |
getLegacyKeyComparatorName()
The HFileV2 file format's trailer contains this class name.
|
byte[] |
getShortMidpointKey(byte[] leftKey,
byte[] rightKey)
Don't do any fancy Block Index splitting tricks.
|
calcIndexKey, compare, compareColumns, compareColumns, compareFamilies, compareFlatKey, compareFlatKey, compareIgnoringPrefix, compareKey, compareRows, compareRows, compareTimestamps, matchingRowColumn, matchingRows, matchingRows
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compare(Cell left, Cell right)
KeyValue
for keys in hbase:meta
table.compare
在接口中 Comparator<Cell>
compare
在类中 KeyValue.KVComparator
public int compareRows(byte[] left, int loffset, int llength, byte[] right, int roffset, int rlength)
KeyValue.KVComparator
compareRows
在类中 KeyValue.KVComparator
public byte[] getShortMidpointKey(byte[] leftKey, byte[] rightKey)
getShortMidpointKey
在类中 KeyValue.KVComparator
public String getLegacyKeyComparatorName()
getLegacyKeyComparatorName
在类中 KeyValue.KVComparator
protected Object clone() throws CloneNotSupportedException
clone
在类中 KeyValue.KVComparator
CloneNotSupportedException
protected int compareRowKey(Cell l, Cell r)
compareRowKey
在类中 KeyValue.KVComparator
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.