public final class PersistFS extends Persist
Modifier and Type | Field and Description |
---|---|
java.io.File |
_dir |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
delete(Value v) |
java.lang.String |
getPath() |
long |
getTotalSpace() |
long |
getUsableSpace() |
Value |
lazyArrayChunk(Key key)
Lazily manifest data chunks on demand.
|
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) |
getIce, initialize
public void loadExisting()
Persist
loadExisting
in class Persist
public byte[] load(Value v)
Persist
public Value lazyArrayChunk(Key key)
Persist
lazyArrayChunk
in class Persist
public long getUsableSpace()
getUsableSpace
in class Persist
public long getTotalSpace()
getTotalSpace
in class Persist