public class IndexCheck extends Object implements RecordCheck<IndexEntry,ConsistencyReport.IndexConsistencyReport>
| Constructor and Description |
|---|
IndexCheck(org.neo4j.kernel.impl.store.record.IndexRule indexRule) |
| Modifier and Type | Method and Description |
|---|---|
void |
check(IndexEntry record,
CheckerEngine<IndexEntry,ConsistencyReport.IndexConsistencyReport> engine,
RecordAccess records) |
public IndexCheck(org.neo4j.kernel.impl.store.record.IndexRule indexRule)
public void check(IndexEntry record, CheckerEngine<IndexEntry,ConsistencyReport.IndexConsistencyReport> engine, RecordAccess records)
check in interface RecordCheck<IndexEntry,ConsistencyReport.IndexConsistencyReport>Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.