public static interface ConsistencyReport.NodeConsistencyReport extends ConsistencyReport.PrimitiveConsistencyReport
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 |
dynamicLabelRecordNotInUse(org.neo4j.kernel.impl.store.record.DynamicRecord record) |
void |
dynamicRecordChainCycle(org.neo4j.kernel.impl.store.record.DynamicRecord nextRecord) |
void |
indexedMultipleTimes(org.neo4j.kernel.impl.store.record.IndexRule index,
Object[] propertyValues,
long count) |
void |
labelDuplicate(long labelId) |
void |
labelNotInUse(org.neo4j.kernel.impl.store.record.LabelTokenRecord label) |
void |
labelsOutOfOrder(long largest,
long smallest) |
void |
notIndexed(org.neo4j.kernel.impl.store.record.IndexRule index,
Object[] propertyValues) |
void |
relationshipForOtherNode(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship) |
void |
relationshipGroupHasOtherOwner(org.neo4j.kernel.impl.store.record.RelationshipGroupRecord group) |
void |
relationshipGroupNotInUse(org.neo4j.kernel.impl.store.record.RelationshipGroupRecord group) |
void |
relationshipNotFirstInSourceChain(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship) |
void |
relationshipNotFirstInTargetChain(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship) |
void |
relationshipNotInUse(org.neo4j.kernel.impl.store.record.RelationshipRecord referenced) |
void |
uniqueIndexNotUnique(org.neo4j.kernel.impl.store.record.IndexRule index,
Object[] propertyValues,
long duplicateNodeId) |
missingMandatoryProperty, multipleOwners, multipleOwners, multipleOwners, propertyKeyNotUniqueInChain, propertyNotFirstInChain, propertyNotInUsevoid relationshipNotInUse(org.neo4j.kernel.impl.store.record.RelationshipRecord referenced)
void relationshipForOtherNode(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
void relationshipNotFirstInSourceChain(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
void relationshipNotFirstInTargetChain(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
void labelNotInUse(org.neo4j.kernel.impl.store.record.LabelTokenRecord label)
void labelDuplicate(long labelId)
void labelsOutOfOrder(long largest,
long smallest)
void dynamicLabelRecordNotInUse(org.neo4j.kernel.impl.store.record.DynamicRecord record)
void dynamicRecordChainCycle(org.neo4j.kernel.impl.store.record.DynamicRecord nextRecord)
void notIndexed(org.neo4j.kernel.impl.store.record.IndexRule index,
Object[] propertyValues)
void indexedMultipleTimes(org.neo4j.kernel.impl.store.record.IndexRule index,
Object[] propertyValues,
long count)
void uniqueIndexNotUnique(org.neo4j.kernel.impl.store.record.IndexRule index,
Object[] propertyValues,
long duplicateNodeId)
void relationshipGroupNotInUse(org.neo4j.kernel.impl.store.record.RelationshipGroupRecord group)
void relationshipGroupHasOtherOwner(org.neo4j.kernel.impl.store.record.RelationshipGroupRecord group)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.