| Package | Description |
|---|---|
| com.thinkaurelius.titan.diskstorage.keycolumnvalue.keyvalue |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OrderedKeyValueStore
A
KeyValueStore where the keys are ordered such that keys can be retrieved in order. |
| Modifier and Type | Method and Description |
|---|---|
KeyValueStore |
KeyValueStoreManager.openDatabase(String name)
Opens a key-value database by the given name.
|
| Constructor and Description |
|---|
BaseKeyColumnValueAdapter(KeyValueStore store) |
Copyright © 2012–2015. All rights reserved.