public class FullCheck extends Object
| Constructor and Description |
|---|
FullCheck(org.neo4j.kernel.configuration.Config tuningConfiguration,
org.neo4j.helpers.progress.ProgressMonitorFactory progressFactory,
Statistics statistics,
int threads) |
FullCheck(org.neo4j.helpers.progress.ProgressMonitorFactory progressFactory,
Statistics statistics,
int threads,
CheckConsistencyConfig checkConsistencyConfig) |
| Modifier and Type | Method and Description |
|---|---|
ConsistencySummaryStatistics |
execute(org.neo4j.kernel.api.direct.DirectStoreAccess stores,
org.neo4j.logging.Log log) |
public FullCheck(org.neo4j.kernel.configuration.Config tuningConfiguration,
org.neo4j.helpers.progress.ProgressMonitorFactory progressFactory,
Statistics statistics,
int threads)
public FullCheck(org.neo4j.helpers.progress.ProgressMonitorFactory progressFactory,
Statistics statistics,
int threads,
CheckConsistencyConfig checkConsistencyConfig)
public ConsistencySummaryStatistics execute(org.neo4j.kernel.api.direct.DirectStoreAccess stores, org.neo4j.logging.Log log) throws ConsistencyCheckIncompleteException
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.