public static interface ConsistencyReport.RelationshipGroupConsistencyReport 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 |
firstIncomingRelationshipNotFirstInChain()
The first incoming relationship is not the first in its chain.
|
void |
firstIncomingRelationshipNotInUse()
The first incoming relationship is not in use.
|
void |
firstIncomingRelationshipOfOfOtherType()
The first incoming relationship is of a different type than its group.
|
void |
firstLoopRelationshipNotFirstInChain()
The first loop relationship is not the first in its chain.
|
void |
firstLoopRelationshipNotInUse()
The first loop relationship is not in use.
|
void |
firstLoopRelationshipOfOfOtherType()
The first loop relationship is of a different type than its group.
|
void |
firstOutgoingRelationshipNotFirstInChain()
The first outgoing relationship is not the first in its chain.
|
void |
firstOutgoingRelationshipNotInUse()
The first outgoing relationship is not in use.
|
void |
firstOutgoingRelationshipOfOfOtherType()
The first outgoing relationship is of a different type than its group.
|
void |
illegalOwner()
Illegal owner value.
|
void |
illegalRelationshipType()
The relationship type field has an illegal value.
|
void |
invalidTypeSortOrder()
The location of group in the chain is invalid, should be sorted by type ascending.
|
void |
nextGroupNotInUse()
The next relationship group is not in use.
|
void |
nextHasOtherOwner(org.neo4j.kernel.impl.store.record.RelationshipGroupRecord referred)
Next chained relationship group has another owner.
|
void |
nextNotUpdated()
The next relationship group reference has changed, but the previously referenced record has not been updated.
|
void |
ownerNotInUse()
The owner of the relationship group is not in use.
|
void |
relationshipTypeNotInUse(org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord referred)
The relationship type record is not in use.
|
void illegalRelationshipType()
void relationshipTypeNotInUse(org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord referred)
void nextNotUpdated()
void nextGroupNotInUse()
void invalidTypeSortOrder()
void firstOutgoingRelationshipNotInUse()
void firstIncomingRelationshipNotInUse()
void firstLoopRelationshipNotInUse()
void firstOutgoingRelationshipNotFirstInChain()
void firstIncomingRelationshipNotFirstInChain()
void firstLoopRelationshipNotFirstInChain()
void firstOutgoingRelationshipOfOfOtherType()
void firstIncomingRelationshipOfOfOtherType()
void firstLoopRelationshipOfOfOtherType()
void ownerNotInUse()
void illegalOwner()
void nextHasOtherOwner(org.neo4j.kernel.impl.store.record.RelationshipGroupRecord referred)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.