| Package | Description |
|---|---|
| org.neo4j.consistency |
| Modifier and Type | Method and Description |
|---|---|
ConsistencyCheckService.Result |
ConsistencyCheckService.runFullConsistencyCheck(String storeDir,
org.neo4j.kernel.configuration.Config tuningConfiguration,
org.neo4j.helpers.progress.ProgressMonitorFactory progressFactory,
org.neo4j.kernel.impl.util.StringLogger logger) |
ConsistencyCheckService.Result |
ConsistencyCheckService.runFullConsistencyCheck(String storeDir,
org.neo4j.kernel.configuration.Config tuningConfiguration,
org.neo4j.helpers.progress.ProgressMonitorFactory progressFactory,
org.neo4j.kernel.impl.util.StringLogger logger,
org.neo4j.io.fs.FileSystemAbstraction fileSystem,
org.neo4j.io.pagecache.PageCache pageCache) |
static ConsistencyCheckService.Result |
ConsistencyCheckService.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsistencyCheckService.Result[] |
ConsistencyCheckService.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.