public class ConsistencyCheckingError
extends org.neo4j.kernel.impl.store.DataInconsistencyError
| Constructor and Description |
|---|
ConsistencyCheckingError(org.neo4j.kernel.impl.transaction.log.entry.LogEntryStart startEntry,
org.neo4j.kernel.impl.transaction.log.entry.LogEntryCommit commitEntry,
ConsistencySummaryStatistics summary) |
| Modifier and Type | Method and Description |
|---|---|
int |
getInconsistencyCountForRecordType(RecordType recordType) |
int |
getTotalInconsistencyCount() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConsistencyCheckingError(org.neo4j.kernel.impl.transaction.log.entry.LogEntryStart startEntry,
org.neo4j.kernel.impl.transaction.log.entry.LogEntryCommit commitEntry,
ConsistencySummaryStatistics summary)
public int getInconsistencyCountForRecordType(RecordType recordType)
public int getTotalInconsistencyCount()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.