public static interface ConsistencyReport.PrimitiveConsistencyReport 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 |
multipleOwners(org.neo4j.kernel.impl.store.record.NeoStoreRecord neoStore)
The referenced property is owned by the neo store (graph global property).
|
void |
multipleOwners(org.neo4j.kernel.impl.store.record.NodeRecord node)
The referenced property is owned by another Node.
|
void |
multipleOwners(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
The referenced property is owned by another Relationship.
|
void |
propertyKeyNotUniqueInChain()
The property chain contains multiple properties that have the same property key id, which means that the entity has at least one duplicate property.
|
void |
propertyNotFirstInChain(org.neo4j.kernel.impl.store.record.PropertyRecord property)
The referenced property record is not the first in its property chain.
|
void |
propertyNotInUse(org.neo4j.kernel.impl.store.record.PropertyRecord property)
The referenced property record is not in use.
|
void |
propertyNotUpdated()
The first property record reference has changed, but the previous first property record has not been updated.
|
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 propertyNotUpdated()
void propertyKeyNotUniqueInChain()
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.