public class SchemaRecordCheck extends Object implements RecordCheck<org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.SchemaConsistencyReport>
| Constructor and Description |
|---|
SchemaRecordCheck(org.neo4j.kernel.impl.store.SchemaRuleAccess ruleAccess) |
| 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.SchemaConsistencyReport> engine,
RecordAccess records) |
void |
checkChange(org.neo4j.kernel.impl.store.record.DynamicRecord oldRecord,
org.neo4j.kernel.impl.store.record.DynamicRecord newRecord,
CheckerEngine<org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.SchemaConsistencyReport> engine,
DiffRecordAccess records) |
SchemaRecordCheck |
forObligationChecking() |
public SchemaRecordCheck(org.neo4j.kernel.impl.store.SchemaRuleAccess ruleAccess)
public SchemaRecordCheck forObligationChecking()
public void check(org.neo4j.kernel.impl.store.record.DynamicRecord record,
CheckerEngine<org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.SchemaConsistencyReport> engine,
RecordAccess records)
check in interface RecordCheck<org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.SchemaConsistencyReport>public void checkChange(org.neo4j.kernel.impl.store.record.DynamicRecord oldRecord,
org.neo4j.kernel.impl.store.record.DynamicRecord newRecord,
CheckerEngine<org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.SchemaConsistencyReport> engine,
DiffRecordAccess records)
checkChange in interface RecordCheck<org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.SchemaConsistencyReport>Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.