| Package | Description |
|---|---|
| com.thinkaurelius.titan.diskstorage.keycolumnvalue.keyvalue |
| Class and Description |
|---|
| BaseKeyColumnValueAdapter |
| KeySelector
A
KeySelector utility that can be generated out of a given KVQuery |
| KeyValueEntry
Representation of a (key,value) pair.
|
| KeyValueStore
Interface for a data store that represents data in the simple key->value data model where each key is uniquely
associated with a value.
|
| KeyValueStoreManager |
KVMutation
Mutation for KeyValueStore. |
| KVQuery
A query against a
OrderedKeyValueStore. |
| OrderedKeyValueStore
A
KeyValueStore where the keys are ordered such that keys can be retrieved in order. |
| OrderedKeyValueStoreAdapter
Wraps a
OrderedKeyValueStore and exposes it as a KeyColumnValueStore. |
| OrderedKeyValueStoreManager
A
KeyValueStoreManager where the stores maintain keys in their natural order. |
Copyright © 2012–2015. All rights reserved.