CellComparatorImpl.META_COMPARATOR
to be used. Deprecated for hbase 2.0, remove for hbase 3.0.@Deprecated public static class KeyValue.MetaComparator extends KeyValue.KVComparator
构造器和说明 |
---|
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, compareTimestamps, matchingRowColumn, matchingRows, matchingRows
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–2018 The Apache Software Foundation. All rights reserved.