public interface CheckerEngine<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,REPORT extends ConsistencyReport>
| Modifier and Type | Method and Description |
|---|---|
<REFERRED extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> |
comparativeCheck(RecordReference<REFERRED> other,
ComparativeRecordChecker<RECORD,? super REFERRED,REPORT> checker) |
REPORT |
report() |
<REFERRED extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> void comparativeCheck(RecordReference<REFERRED> other, ComparativeRecordChecker<RECORD,? super REFERRED,REPORT> checker)
REPORT report()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.