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, initialize
public void loadExisting()
Persist
loadExisting
in class Persist
public byte[] load(Value v)
Persist
public long getUsableSpace()
getUsableSpace
in class Persist
public long getTotalSpace()
getTotalSpace
in class Persist