public interface OrderedKeyValueStoreManager extends KeyValueStoreManager
KeyValueStoreManager where the stores maintain keys in their natural order.| Modifier and Type | Method and Description |
|---|---|
void |
mutateMany(Map<String,KVMutation> mutations,
StoreTransaction txh)
Executes multiple mutations at once.
|
OrderedKeyValueStore |
openDatabase(String name)
Opens an ordered database by the given name.
|
beginTransaction, clearStorage, close, getFeatures, getLocalKeyPartition, getNameOrderedKeyValueStore openDatabase(String name) throws BackendException
openDatabase in interface KeyValueStoreManagername - Name of databaseBackendExceptionvoid mutateMany(Map<String,KVMutation> mutations, StoreTransaction txh) throws BackendException
KVMutation that contains all the mutations for that particular store.
This is an optional operation. Check StoreManager.getFeatures() if it is supported by a particular implementation.mutations - txh - BackendExceptionCopyright © 2012–2015. All rights reserved.