public class KVUtil extends Object
KeyValueStore.| Modifier and Type | Class and Description |
|---|---|
static class |
KVUtil.RangeKeySelector |
| Modifier and Type | Field and Description |
|---|---|
static RecordIterator<KeyValueEntry> |
EMPTY_ITERATOR |
| Constructor and Description |
|---|
KVUtil() |
| Modifier and Type | Method and Description |
|---|---|
static EntryList |
convert(RecordIterator<KeyValueEntry> iter) |
static EntryList |
getSlice(OrderedKeyValueStore store,
StaticBuffer keyStart,
StaticBuffer keyEnd,
int limit,
StoreTransaction txh) |
static EntryList |
getSlice(OrderedKeyValueStore store,
StaticBuffer keyStart,
StaticBuffer keyEnd,
StoreTransaction txh) |
public static final RecordIterator<KeyValueEntry> EMPTY_ITERATOR
public static EntryList getSlice(OrderedKeyValueStore store, StaticBuffer keyStart, StaticBuffer keyEnd, StoreTransaction txh) throws StorageException
StorageExceptionpublic static EntryList getSlice(OrderedKeyValueStore store, StaticBuffer keyStart, StaticBuffer keyEnd, int limit, StoreTransaction txh) throws StorageException
StorageExceptionpublic static EntryList convert(RecordIterator<KeyValueEntry> iter) throws StorageException
StorageExceptionCopyright © 2012–2014. All rights reserved.