public class NodeDynamicLabelOrphanChainStartCheck extends Object implements RecordCheck<org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.DynamicLabelConsistencyReport>, ComparativeRecordChecker<org.neo4j.kernel.impl.store.record.DynamicRecord,org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.DynamicLabelConsistencyReport>
FullCheck to verify orphanage for node dynamic label records.
Actual list of labels is verified from NodeRecordCheck| Constructor and Description |
|---|
NodeDynamicLabelOrphanChainStartCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
check(org.neo4j.kernel.impl.store.record.DynamicRecord record,
CheckerEngine<org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.DynamicLabelConsistencyReport> engine,
RecordAccess records) |
void |
checkReference(org.neo4j.kernel.impl.store.record.DynamicRecord record,
org.neo4j.kernel.impl.store.record.DynamicRecord record2,
CheckerEngine<org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.DynamicLabelConsistencyReport> engine,
RecordAccess records) |
public NodeDynamicLabelOrphanChainStartCheck()
public void check(org.neo4j.kernel.impl.store.record.DynamicRecord record,
CheckerEngine<org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.DynamicLabelConsistencyReport> engine,
RecordAccess records)
check in interface RecordCheck<org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.DynamicLabelConsistencyReport>public void checkReference(org.neo4j.kernel.impl.store.record.DynamicRecord record,
org.neo4j.kernel.impl.store.record.DynamicRecord record2,
CheckerEngine<org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.DynamicLabelConsistencyReport> engine,
RecordAccess records)
checkReference in interface ComparativeRecordChecker<org.neo4j.kernel.impl.store.record.DynamicRecord,org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.DynamicLabelConsistencyReport>Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.