public static class LevelDBTableService.KeyValueDBComparator extends Object implements org.iq80.leveldb.DBComparator
| Constructor and Description |
|---|
LevelDBTableService.KeyValueDBComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(byte[] left,
byte[] right) |
byte[] |
findShortestSeparator(byte[] start,
byte[] limit) |
byte[] |
findShortSuccessor(byte[] key) |
String |
name() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic LevelDBTableService.KeyValueDBComparator()
public int compare(byte[] left,
byte[] right)
compare in interface Comparator<byte[]>public byte[] findShortSuccessor(byte[] key)
findShortSuccessor in interface org.iq80.leveldb.DBComparatorpublic byte[] findShortestSeparator(byte[] start,
byte[] limit)
findShortestSeparator in interface org.iq80.leveldb.DBComparatorpublic String name()
name in interface org.iq80.leveldb.DBComparatorCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.