public interface IDurable
extends java.io.Closeable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDurable.Compressor |
static interface |
IDurable.Decompressor |
static interface |
IDurable.Deserializer<V> |
static interface |
IDurable.Serializer<V> |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDirty() |
java.nio.file.Path |
path() |
IDurable |
save(java.nio.file.Path path) |
java.nio.file.Path path()
boolean isDirty()
IDurable save(java.nio.file.Path path)