public static interface ConsistencyReport.NodeConsistencyReport 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 |
dynamicLabelRecordNotInUse(org.neo4j.kernel.impl.store.record.DynamicRecord record)
The dynamic label record is not in use.
|
void |
dynamicRecordChainCycle(org.neo4j.kernel.impl.store.record.DynamicRecord nextRecord)
This record points to a next record that was already part of this dynamic record chain.
|
void |
indexedMultipleTimes(org.neo4j.kernel.impl.store.record.IndexRule index,
Object propertyValue,
int count)
This node was found in the expected index, although multiple times
|
void |
labelDuplicate(long labelId)
The label token record is referenced twice from the same node.
|
void |
labelNotInUse(org.neo4j.kernel.impl.store.record.LabelTokenRecord label)
The label token record referenced from a node record is not in use.
|
void |
labelsOutOfOrder(long largest,
long smallest)
The label id array is not ordered
|
void |
notIndexed(org.neo4j.kernel.impl.store.record.IndexRule index,
Object propertyValue)
This node was not found in the expected index.
|
void |
relationshipForOtherNode(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
The referenced relationship record is a relationship between two other nodes.
|
void |
relationshipGroupHasOtherOwner(org.neo4j.kernel.impl.store.record.RelationshipGroupRecord group)
The first relationship group record has another node set as owner.
|
void |
relationshipGroupNotInUse(org.neo4j.kernel.impl.store.record.RelationshipGroupRecord group)
The referenced relationship group record is not in use.
|
void |
relationshipGroupNotUpdated()
The first relationship group record reference has changed, but the previous first relationship group record has not been updated.
|
void |
relationshipNotFirstInSourceChain(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
The referenced relationship record is not the first in the relationship chain where this node is source.
|
void |
relationshipNotFirstInTargetChain(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship)
The referenced relationship record is not the first in the relationship chain where this node is target.
|
void |
relationshipNotInUse(org.neo4j.kernel.impl.store.record.RelationshipRecord referenced)
The referenced relationship record is not in use.
|
void |
relationshipNotUpdated()
The first relationship record reference has changed, but the previous first relationship record has not been updated.
|
void |
uniqueIndexNotUnique(org.neo4j.kernel.impl.store.record.IndexRule index,
Object propertyValue,
long duplicateNodeId)
There is another node in the unique index with the same property value.
|
multipleOwners, multipleOwners, multipleOwners, propertyKeyNotUniqueInChain, propertyNotFirstInChain, propertyNotInUse, propertyNotUpdatedvoid 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 relationshipNotUpdated()
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 propertyValue)
void indexedMultipleTimes(org.neo4j.kernel.impl.store.record.IndexRule index,
Object propertyValue,
int count)
void uniqueIndexNotUnique(org.neo4j.kernel.impl.store.record.IndexRule index,
Object propertyValue,
long duplicateNodeId)
void relationshipGroupNotInUse(org.neo4j.kernel.impl.store.record.RelationshipGroupRecord group)
void relationshipGroupNotUpdated()
void relationshipGroupHasOtherOwner(org.neo4j.kernel.impl.store.record.RelationshipGroupRecord group)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.