public static interface ConsistencyReport.RelationshipGroupConsistencyReport extends ConsistencyReport
ConsistencyReport.CountsConsistencyReport, ConsistencyReport.DynamicConsistencyReport, ConsistencyReport.DynamicLabelConsistencyReport, 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() |
void |
firstIncomingRelationshipNotInUse() |
void |
firstIncomingRelationshipOfOfOtherType() |
void |
firstLoopRelationshipNotFirstInChain() |
void |
firstLoopRelationshipNotInUse() |
void |
firstLoopRelationshipOfOfOtherType() |
void |
firstOutgoingRelationshipNotFirstInChain() |
void |
firstOutgoingRelationshipNotInUse() |
void |
firstOutgoingRelationshipOfOfOtherType() |
void |
illegalOwner() |
void |
illegalRelationshipType() |
void |
invalidTypeSortOrder() |
void |
nextGroupNotInUse() |
void |
nextHasOtherOwner(org.neo4j.kernel.impl.store.record.RelationshipGroupRecord referred) |
void |
nextNotUpdated() |
void |
ownerNotInUse() |
void |
relationshipTypeNotInUse(org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord referred) |
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.