public final class PersistFS extends Persist
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
delete(Value v) |
java.lang.String |
getPath() |
long |
getTotalSpace() |
long |
getUsableSpace() |
byte[] |
load(Value v)
Value should already be persisted to disk.
|
void |
loadExisting()
Load all Key/Value pairs that can be found on the backend.
|
void |
store(Value v) |
createClient, createClient, getDefaultURI, getIce, initializepublic void loadExisting()
PersistloadExisting in class Persistpublic byte[] load(Value v)
Persistpublic long getUsableSpace()
getUsableSpace in class Persistpublic long getTotalSpace()
getTotalSpace in class Persist