| Package | Description |
|---|---|
| org.neo4j.consistency.report |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsistencyReport.PropertyConsistencyReport.arrayUnreferencedButNotDeleted(org.neo4j.kernel.impl.store.record.PropertyBlock block)
The array property is not referenced anymore, but the corresponding block as not been deleted.
|
void |
ConsistencyReport.PropertyConsistencyReport.changedForWrongOwner()
This property was declared to be changed for a node or relationship, but that node or relationship did not
contain this property in its property chain prior to the change.
|
void |
ConsistencyReport.PropertyConsistencyReport.nextNotUpdated()
The next reference has changed, but the referenced record has not been updated.
|
void |
ConsistencyReport.RelationshipGroupConsistencyReport.nextNotUpdated()
The next relationship group reference has changed, but the previously referenced record has not been updated.
|
void |
ConsistencyReport.DynamicConsistencyReport.nextNotUpdated()
The next block reference was changed, but the previously referenced block was not updated.
|
void |
ConsistencyReport.PropertyConsistencyReport.ownerDoesNotReferenceBack()
This property was declared to be changed for a node or relationship, but that node or relationship does not
contain this property in its property chain.
|
void |
ConsistencyReport.PropertyConsistencyReport.prevNotUpdated()
The previous reference has changed, but the referenced record has not been updated.
|
void |
ConsistencyReport.PrimitiveConsistencyReport.propertyNotUpdated()
The first property record reference has changed, but the previous first property record has not been updated.
|
void |
ConsistencyReport.NodeConsistencyReport.relationshipGroupNotUpdated()
The first relationship group record reference has changed, but the previous first relationship group record has not been updated.
|
void |
ConsistencyReport.NodeConsistencyReport.relationshipNotUpdated()
The first relationship record reference has changed, but the previous first relationship record has not been updated.
|
void |
ConsistencyReport.RelationshipConsistencyReport.sourceNextNotUpdated()
The next source relationship reference has changed, but the previously referenced record has not been updated.
|
void |
ConsistencyReport.RelationshipConsistencyReport.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 |
ConsistencyReport.RelationshipConsistencyReport.sourcePrevNotUpdated()
The previous source relationship reference has changed, but the previously referenced record has not been updated.
|
void |
ConsistencyReport.PropertyConsistencyReport.stringUnreferencedButNotDeleted(org.neo4j.kernel.impl.store.record.PropertyBlock block)
The string property is not referenced anymore, but the corresponding block has not been deleted.
|
void |
ConsistencyReport.RelationshipConsistencyReport.targetNextNotUpdated()
The next target relationship reference has changed, but the previously referenced record has not been updated.
|
void |
ConsistencyReport.RelationshipConsistencyReport.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 |
ConsistencyReport.RelationshipConsistencyReport.targetPrevNotUpdated()
The previous target relationship reference has changed, but the previously referenced record has not been updated.
|
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.