public static interface KeyValue.SamePrefixComparator<T>
限定符和类型 | 方法和说明 |
---|---|
int |
compareIgnoringPrefix(int commonPrefix,
byte[] left,
int loffset,
int llength,
byte[] right,
int roffset,
int rlength)
Compare two keys assuming that the first n bytes are the same.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.