public abstract class BaseKeyColumnValueAdapter extends Object implements KeyColumnValueStore
NO_ADDITIONS, NO_DELETIONS| Constructor and Description |
|---|
BaseKeyColumnValueAdapter(KeyValueStore store) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this store
|
String |
getName()
Returns the name of this store.
|
Map<StaticBuffer,EntryList> |
getSlice(List<StaticBuffer> keys,
SliceQuery query,
StoreTransaction txh)
Retrieves the list of entries (i.e.
|
boolean |
isClosed() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacquireLock, getKeys, getKeys, getSlice, mutatepublic BaseKeyColumnValueAdapter(KeyValueStore store)
public Map<StaticBuffer,EntryList> getSlice(List<StaticBuffer> keys, SliceQuery query, StoreTransaction txh) throws StorageException
KeyColumnValueStoreSliceQuery for all
of the given keys together.getSlice in interface KeyColumnValueStorekeys - List of keysquery - Slicequery specifying matching entriestxh - TransactionStorageExceptionpublic String getName()
KeyColumnValueStoregetName in interface KeyColumnValueStoreKeyColumnValueStoreManager.openDatabase(String)public void close()
throws StorageException
KeyColumnValueStoreclose in interface KeyColumnValueStoreStorageExceptionpublic boolean isClosed()
Copyright © 2012–2014. All rights reserved.