public static interface ConsistencyReport.SchemaConsistencyReport extends ConsistencyReport
ConsistencyReport.CountsConsistencyReport, ConsistencyReport.DynamicConsistencyReport, ConsistencyReport.DynamicLabelConsistencyReport, ConsistencyReport.IndexConsistencyReport, ConsistencyReport.LabelScanConsistencyReport, 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) |
void |
duplicateObligation(org.neo4j.kernel.impl.store.record.DynamicRecord record) |
void |
duplicateRuleContent(org.neo4j.kernel.impl.store.record.DynamicRecord record) |
void |
labelNotInUse(org.neo4j.kernel.impl.store.record.LabelTokenRecord label) |
void |
malformedSchemaRule() |
void |
missingObligation(org.neo4j.storageengine.api.schema.SchemaRule.Kind kind) |
void |
propertyKeyNotInUse(org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord propertyKey) |
void |
relationshipTypeNotInUse(org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord relationshipType) |
void |
schemaRuleNotOnline(org.neo4j.storageengine.api.schema.SchemaRule schemaRule) |
void |
uniquenessConstraintNotReferencingBack(org.neo4j.kernel.impl.store.record.DynamicRecord ruleRecord) |
void |
unsupportedSchemaRuleKind(org.neo4j.storageengine.api.schema.SchemaRule.Kind kind) |
void labelNotInUse(org.neo4j.kernel.impl.store.record.LabelTokenRecord label)
void relationshipTypeNotInUse(org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord relationshipType)
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.storageengine.api.schema.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.storageengine.api.schema.SchemaRule.Kind kind)
void schemaRuleNotOnline(org.neo4j.storageengine.api.schema.SchemaRule schemaRule)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.