public interface SimpleStorage<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
T |
readState() |
void |
writeState(T state) |
boolean exists()
T readState() throws IOException
IOExceptionvoid writeState(T state) throws IOException
IOExceptionCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.