public class KVStoreSequentialComparator extends java.lang.Object implements java.util.Comparator<KVStore>
| Constructor and Description |
|---|
KVStoreSequentialComparator(java.lang.String... sortKeys)
Default c'tor initializing the comparator for a set of keys for which the kvstores are to be sorted.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(KVStore arg0,
KVStore arg1) |