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, initializepublic void loadExisting()
PersistloadExisting in class Persistpublic byte[] load(Value v)
Persistpublic Value lazyArrayChunk(Key key)
PersistlazyArrayChunk in class Persistpublic long getUsableSpace()
getUsableSpace in class Persistpublic long getTotalSpace()
getTotalSpace in class Persist