public static interface KeyValue.SamePrefixComparator<T>
| Modifier and Type | Method and Description | 
|---|---|
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. 
 |