public class CheckConsistencyCommand extends Object implements org.neo4j.commandline.admin.AdminCommand
| Modifier and Type | Field and Description |
|---|---|
static String |
CHECK_GRAPH |
static String |
CHECK_INDEXES |
static String |
CHECK_LABEL_SCAN_STORE |
static String |
CHECK_PROPERTY_OWNERS |
| Constructor and Description |
|---|
CheckConsistencyCommand(Path homeDir,
Path configDir,
org.neo4j.commandline.admin.OutsideWorld outsideWorld) |
CheckConsistencyCommand(Path homeDir,
Path configDir,
org.neo4j.commandline.admin.OutsideWorld outsideWorld,
ConsistencyCheckService consistencyCheckService) |
| Modifier and Type | Method and Description |
|---|---|
static org.neo4j.commandline.arguments.Arguments |
arguments() |
void |
execute(String[] args) |
public static final String CHECK_GRAPH
public static final String CHECK_INDEXES
public static final String CHECK_LABEL_SCAN_STORE
public static final String CHECK_PROPERTY_OWNERS
public CheckConsistencyCommand(Path homeDir, Path configDir, org.neo4j.commandline.admin.OutsideWorld outsideWorld)
public CheckConsistencyCommand(Path homeDir, Path configDir, org.neo4j.commandline.admin.OutsideWorld outsideWorld, ConsistencyCheckService consistencyCheckService)
public void execute(String[] args) throws org.neo4j.commandline.admin.IncorrectUsage, org.neo4j.commandline.admin.CommandFailed
execute in interface org.neo4j.commandline.admin.AdminCommandorg.neo4j.commandline.admin.IncorrectUsageorg.neo4j.commandline.admin.CommandFailedpublic static org.neo4j.commandline.arguments.Arguments arguments()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.