public interface Persistence<T>
Modifier and Type | Method and Description |
---|---|
void |
backup(String path,
int rate) |
void |
close() |
T |
get(voldemort.store.cachestore.Key key) |
Iterator |
getKeyIterator() |
void |
pack(int rate) |
void |
put(voldemort.store.cachestore.Key key,
T data) |
boolean |
remove(voldemort.store.cachestore.Key key) |
int |
size() |
void put(voldemort.store.cachestore.Key key, T data)
T get(voldemort.store.cachestore.Key key)
boolean remove(voldemort.store.cachestore.Key key)
void close()
Iterator getKeyIterator()
int size()
void pack(int rate)
void backup(String path, int rate)
Copyright © 2016. All rights reserved.