public static interface ConsistencyReport.RelationshipConsistencyReport extends ConsistencyReport.PrimitiveConsistencyReport
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 |
illegalRelationshipType()
The relationship type field has an illegal value.
|
void |
illegalSourceNode()
The source node field has an illegal value.
|
void |
illegalTargetNode()
The target node field has an illegal value.
|
void |
relationshipTypeNotInUse(org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord relationshipType)
The relationship type record is not in use.
|
void |
sourceNextDoesNotReferenceBack(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
The next record in the source chain does not have this record as its previous record.
|
void |
sourceNextNotUpdated()
The next source relationship reference has changed, but the previously referenced record has not been updated.
|
void |
sourceNextReferencesOtherNodes(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
The next record in the source chain is a relationship between two other nodes.
|
void |
sourceNodeDoesNotReferenceBack(org.neo4j.kernel.impl.store.record.NodeRecord node)
This record should be the first in the source chain, but the source node does not reference this record.
|
void |
sourceNodeHasNoRelationships(org.neo4j.kernel.impl.store.record.NodeRecord source)
The source node does not have a relationship chain.
|
void |
sourceNodeNotInUse(org.neo4j.kernel.impl.store.record.NodeRecord node)
The source node is not in use.
|
void |
sourceNodeNotUpdated()
This relationship was first in the chain for the source node, and isn't first anymore,
but the source node was not updated.
|
void |
sourcePrevDoesNotReferenceBack(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
The previous record in the source chain does not have this record as its next record.
|
void |
sourcePrevNotUpdated()
The previous source relationship reference has changed, but the previously referenced record has not been updated.
|
void |
sourcePrevReferencesOtherNodes(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
The previous record in the source chain is a relationship between two other nodes.
|
void |
targetNextDoesNotReferenceBack(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
The next record in the target chain does not have this record as its previous record.
|
void |
targetNextNotUpdated()
The next target relationship reference has changed, but the previously referenced record has not been updated.
|
void |
targetNextReferencesOtherNodes(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
The next record in the target chain is a relationship between two other nodes.
|
void |
targetNodeDoesNotReferenceBack(org.neo4j.kernel.impl.store.record.NodeRecord node)
This record should be the first in the target chain, but the target node does not reference this record.
|
void |
targetNodeHasNoRelationships(org.neo4j.kernel.impl.store.record.NodeRecord source)
The target node does not have a relationship chain.
|
void |
targetNodeNotInUse(org.neo4j.kernel.impl.store.record.NodeRecord node)
The target node is not in use.
|
void |
targetNodeNotUpdated()
This relationship was first in the chain for the target node, and isn't first anymore,
but the target node was not updated.
|
void |
targetPrevDoesNotReferenceBack(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
The previous record in the target chain does not have this record as its next record.
|
void |
targetPrevNotUpdated()
The previous target relationship reference has changed, but the previously referenced record has not been updated.
|
void |
targetPrevReferencesOtherNodes(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
The previous record in the target chain is a relationship between two other nodes.
|
multipleOwners, multipleOwners, multipleOwners, propertyKeyNotUniqueInChain, propertyNotFirstInChain, propertyNotInUse, propertyNotUpdatedvoid illegalRelationshipType()
void relationshipTypeNotInUse(org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord relationshipType)
void illegalSourceNode()
void illegalTargetNode()
void sourceNodeNotInUse(org.neo4j.kernel.impl.store.record.NodeRecord node)
void targetNodeNotInUse(org.neo4j.kernel.impl.store.record.NodeRecord node)
void sourceNodeDoesNotReferenceBack(org.neo4j.kernel.impl.store.record.NodeRecord node)
void targetNodeDoesNotReferenceBack(org.neo4j.kernel.impl.store.record.NodeRecord node)
void sourceNodeHasNoRelationships(org.neo4j.kernel.impl.store.record.NodeRecord source)
void targetNodeHasNoRelationships(org.neo4j.kernel.impl.store.record.NodeRecord source)
void sourcePrevReferencesOtherNodes(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
void sourceNextReferencesOtherNodes(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
void targetPrevReferencesOtherNodes(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
void targetNextReferencesOtherNodes(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
void sourcePrevDoesNotReferenceBack(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
void sourceNextDoesNotReferenceBack(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
void targetPrevDoesNotReferenceBack(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
void targetNextDoesNotReferenceBack(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
void sourcePrevNotUpdated()
void sourceNextNotUpdated()
void targetPrevNotUpdated()
void targetNextNotUpdated()
void sourceNodeNotUpdated()
void targetNodeNotUpdated()
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.