public static interface ConsistencyReport.PrimitiveConsistencyReport 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 |
missingMandatoryProperty(int key) |
void |
multipleOwners(org.neo4j.kernel.impl.store.record.NeoStoreRecord neoStore) |
void |
multipleOwners(org.neo4j.kernel.impl.store.record.NodeRecord node) |
void |
multipleOwners(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship) |
void |
propertyKeyNotUniqueInChain() |
void |
propertyNotFirstInChain(org.neo4j.kernel.impl.store.record.PropertyRecord property) |
void |
propertyNotInUse(org.neo4j.kernel.impl.store.record.PropertyRecord property) |
void propertyNotInUse(org.neo4j.kernel.impl.store.record.PropertyRecord property)
void propertyNotFirstInChain(org.neo4j.kernel.impl.store.record.PropertyRecord property)
void multipleOwners(org.neo4j.kernel.impl.store.record.NodeRecord node)
void multipleOwners(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
void multipleOwners(org.neo4j.kernel.impl.store.record.NeoStoreRecord neoStore)
void propertyKeyNotUniqueInChain()
void missingMandatoryProperty(int key)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.