| Package | Description |
|---|---|
| com.thinkaurelius.titan.diskstorage.keycolumnvalue.keyvalue |
| Modifier and Type | Method and Description |
|---|---|
OrderedKeyValueStore |
OrderedKeyValueStoreManager.openDatabase(String name)
Opens an ordered database by the given name.
|
| Modifier and Type | Method and Description |
|---|---|
static EntryList |
KVUtil.getSlice(OrderedKeyValueStore store,
StaticBuffer keyStart,
StaticBuffer keyEnd,
int limit,
StoreTransaction txh) |
static EntryList |
KVUtil.getSlice(OrderedKeyValueStore store,
StaticBuffer keyStart,
StaticBuffer keyEnd,
StoreTransaction txh) |
| Constructor and Description |
|---|
OrderedKeyValueStoreAdapter(OrderedKeyValueStore store) |
OrderedKeyValueStoreAdapter(OrderedKeyValueStore store,
int keyLength) |
Copyright © 2012–2015. All rights reserved.