public static class KeyValue.MetaKeyComparator extends KeyValue.KeyComparator
KeyValue
for keys in .META.
table.Constructor and Description |
---|
KeyValue.MetaKeyComparator() |
Modifier and Type | Method and Description |
---|---|
protected int |
compareRowid(byte[] left,
int loffset,
int llength,
byte[] right,
int roffset,
int rlength) |
int |
compareRows(byte[] left,
int loffset,
int llength,
byte[] right,
int roffset,
int rlength) |
compare, compare, compareColumns, compareIgnoringPrefix
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compareRows(byte[] left, int loffset, int llength, byte[] right, int roffset, int rlength)
compareRows
in class KeyValue.KeyComparator
protected int compareRowid(byte[] left, int loffset, int llength, byte[] right, int roffset, int rlength)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.