| Interface | Description |
|---|---|
| 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 | |
| OrderedKeyValueStore |
A
KeyValueStore where the keys are ordered such that keys can be retrieved in order. |
| OrderedKeyValueStoreManager |
A
KeyValueStoreManager where the stores maintain keys in their natural order. |
| Class | Description |
|---|---|
| BaseKeyColumnValueAdapter | |
| KeySelector |
A
KeySelector utility that can be generated out of a given KVQuery |
| KeyValueEntry |
Representation of a (key,value) pair.
|
| KVMutation |
Mutation for KeyValueStore. |
| KVQuery |
A query against a
OrderedKeyValueStore. |
| KVUtil |
Utility methods for interacting with
KeyValueStore. |
| OrderedKeyValueStoreAdapter |
Wraps a
OrderedKeyValueStore and exposes it as a KeyColumnValueStore. |
| OrderedKeyValueStoreManagerAdapter |
Wraps a
OrderedKeyValueStoreManager and exposes it as a KeyColumnValueStoreManager. |
Copyright © 2012–2015. All rights reserved.