public interface StateStorage<STATE>
| Modifier and Type | Method and Description |
|---|---|
STATE |
getInitialState() |
void |
persistStoreData(STATE state) |
STATE getInitialState()
void persistStoreData(STATE state) throws IOException
IOExceptionCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.