public class StateRecoveryManager<STATE> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StateRecoveryManager.RecoveryStatus<STATE> |
| Constructor and Description |
|---|
StateRecoveryManager(org.neo4j.io.fs.FileSystemAbstraction fileSystem,
StateMarshal<STATE> marshal) |
public StateRecoveryManager(org.neo4j.io.fs.FileSystemAbstraction fileSystem,
StateMarshal<STATE> marshal)
public StateRecoveryManager.RecoveryStatus<STATE> recover(File fileA, File fileB) throws IOException
IOException - if any IO goes wrong.Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.