public class ConsistencyCheckTool extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConsistencyCheckTool.ExitHandle |
class |
ConsistencyCheckTool.ToolFailureException |
| Constructor and Description |
|---|
ConsistencyCheckTool(ConsistencyCheckService consistencyCheckService,
org.neo4j.graphdb.factory.GraphDatabaseFactory dbFactory,
org.neo4j.io.fs.FileSystemAbstraction fs,
PrintStream systemError,
ConsistencyCheckTool.ExitHandle exitHandle) |
public ConsistencyCheckTool(ConsistencyCheckService consistencyCheckService, org.neo4j.graphdb.factory.GraphDatabaseFactory dbFactory, org.neo4j.io.fs.FileSystemAbstraction fs, PrintStream systemError, ConsistencyCheckTool.ExitHandle exitHandle)
public static void main(String[] args) throws IOException
IOExceptionpublic void run(String... args) throws ConsistencyCheckTool.ToolFailureException, IOException
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.