public class DurableStateStorageImporter<STATE> extends DurableStateStorage<STATE>
| Constructor and Description |
|---|
DurableStateStorageImporter(org.neo4j.io.fs.FileSystemAbstraction fileSystemAbstraction,
File stateDir,
String name,
StateMarshal<STATE> marshal,
int numberOfEntriesBeforeRotation,
Supplier<org.neo4j.kernel.internal.DatabaseHealth> databaseHealthSupplier,
org.neo4j.logging.LogProvider logProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
persist(STATE state) |
exists, getInitialState, init, persistStoreData, shutdownpublic DurableStateStorageImporter(org.neo4j.io.fs.FileSystemAbstraction fileSystemAbstraction,
File stateDir,
String name,
StateMarshal<STATE> marshal,
int numberOfEntriesBeforeRotation,
Supplier<org.neo4j.kernel.internal.DatabaseHealth> databaseHealthSupplier,
org.neo4j.logging.LogProvider logProvider)
throws IOException
IOExceptionpublic void persist(STATE state) throws IOException
IOExceptionCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.