public interface RemotePersistence extends StorePersistence
Modifier and Type | Method and Description |
---|---|
List<voldemort.store.cachestore.Key> |
getKeyList() |
long |
getSeqNo(voldemort.store.cachestore.Key key) |
long |
getSeqNoBlock(voldemort.store.cachestore.Key key,
int block) |
int |
getSeqNoBlockInt(voldemort.store.cachestore.Key key,
int block) |
int |
getSeqNoInt(voldemort.store.cachestore.Key key) |
Object |
invoke(Invoker invoker) |
get, insert, put
backup, close, getKeyIterator, pack, put, remove, size
long getSeqNo(voldemort.store.cachestore.Key key)
int getSeqNoInt(voldemort.store.cachestore.Key key)
long getSeqNoBlock(voldemort.store.cachestore.Key key, int block)
int getSeqNoBlockInt(voldemort.store.cachestore.Key key, int block)
List<voldemort.store.cachestore.Key> getKeyList()
Copyright © 2016. All rights reserved.