public interface KeyColumnValueStoreManager extends StoreManager
| Modifier and Type | Method and Description |
|---|---|
void |
mutateMany(Map<String,Map<StaticBuffer,KCVMutation>> mutations,
StoreTransaction txh)
Executes multiple mutations at once.
|
default KeyColumnValueStore |
openDatabase(String name)
Opens an ordered database by the given name.
|
KeyColumnValueStore |
openDatabase(String name,
StoreMetaData.Container metaData)
Opens an ordered database by the given name.
|
beginTransaction, clearStorage, close, getFeatures, getLocalKeyPartition, getNamedefault KeyColumnValueStore openDatabase(String name) throws BackendException
name - Name of databaseBackendExceptionKeyColumnValueStore openDatabase(String name, StoreMetaData.Container metaData) throws BackendException
name - Name of databasemetaData - options specific to this storeBackendExceptionvoid mutateMany(Map<String,Map<StaticBuffer,KCVMutation>> mutations, StoreTransaction txh) throws BackendException
StoreManager.getFeatures() if it is supported by a particular implementation.mutations - txh - BackendExceptionCopyright © 2012–2015. All rights reserved.