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