public static interface ConsistencyReport.SchemaConsistencyReport extends ConsistencyReport
ConsistencyReport.CountsConsistencyReport, ConsistencyReport.DynamicConsistencyReport, ConsistencyReport.DynamicLabelConsistencyReport, ConsistencyReport.IncrementalOnly, ConsistencyReport.IndexConsistencyReport, ConsistencyReport.LabelScanConsistencyReport, ConsistencyReport.LabelsMatchReport, ConsistencyReport.LabelTokenConsistencyReport, ConsistencyReport.NameConsistencyReport, ConsistencyReport.NeoStoreConsistencyReport, ConsistencyReport.NodeConsistencyReport, ConsistencyReport.NodeInUseWithCorrectLabelsReport, ConsistencyReport.PrimitiveConsistencyReport, ConsistencyReport.PropertyConsistencyReport, ConsistencyReport.PropertyKeyTokenConsistencyReport, ConsistencyReport.RelationshipConsistencyReport, ConsistencyReport.RelationshipGroupConsistencyReport, ConsistencyReport.RelationshipTypeConsistencyReport, ConsistencyReport.Reporter, ConsistencyReport.SchemaConsistencyReport, ConsistencyReport.Warning| Modifier and Type | Method and Description |
|---|---|
void |
constraintIndexRuleNotReferencingBack(org.neo4j.kernel.impl.store.record.DynamicRecord ruleRecord)
The constraint index does not reference back to the given record
|
void |
duplicateObligation(org.neo4j.kernel.impl.store.record.DynamicRecord record)
This record requires some other record to reference back to it but there already was such a
conflicting obligation created by the record given as a parameter
|
void |
duplicateRuleContent(org.neo4j.kernel.impl.store.record.DynamicRecord record)
This record contains an index rule which has the same content as the index rule contained in the
record given as parameter
|
void |
labelNotInUse(org.neo4j.kernel.impl.store.record.LabelTokenRecord label)
The label token record referenced from the schema is not in use.
|
void |
malformedSchemaRule()
The schema rule contained in the DynamicRecord chain is malformed (not deserializable)
|
void |
missingObligation(org.neo4j.kernel.impl.store.record.SchemaRule.Kind kind)
This record is required to reference some other record of the given kind but no such obligation was found
|
void |
propertyKeyNotInUse(org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord propertyKey)
The property key token record is not in use.
|
void |
uniquenessConstraintNotReferencingBack(org.neo4j.kernel.impl.store.record.DynamicRecord ruleRecord)
The uniqueness constraint does not reference back to the given record
|
void |
unsupportedSchemaRuleKind(org.neo4j.kernel.impl.store.record.SchemaRule.Kind kind)
The schema rule contained in the DynamicRecord chain is of an unrecognized Kind
|
void labelNotInUse(org.neo4j.kernel.impl.store.record.LabelTokenRecord label)
void propertyKeyNotInUse(org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord propertyKey)
void uniquenessConstraintNotReferencingBack(org.neo4j.kernel.impl.store.record.DynamicRecord ruleRecord)
void constraintIndexRuleNotReferencingBack(org.neo4j.kernel.impl.store.record.DynamicRecord ruleRecord)
void missingObligation(org.neo4j.kernel.impl.store.record.SchemaRule.Kind kind)
void duplicateObligation(org.neo4j.kernel.impl.store.record.DynamicRecord record)
void duplicateRuleContent(org.neo4j.kernel.impl.store.record.DynamicRecord record)
void malformedSchemaRule()
void unsupportedSchemaRuleKind(org.neo4j.kernel.impl.store.record.SchemaRule.Kind kind)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.