Toggle navigation
Home
org.neo4j.kernel.api.index.NodePropertyUpdate to org.neo4j.kernel.api.index.IndexEntryUpdate
No. of Instances - 89
No. of Commits - 3
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
update.getNodeId()
to
update.getEntityId()
update.getValueAfter()
to
update.value()
update.getNodeId()
to
update.getEntityId()
writer.recoveredNodes.contains(update.getNodeId())
to
writer.recoveredNodes.contains(update.getEntityId())
update.getNodeId()
to
update.getEntityId()
update.getValueAfter()
to
update.values()
Pair.of(update.getNodeId(),update.getValueAfter())
to
Pair.of(update.getEntityId(),update.value())
update.getNodeId()
to
update.getEntityId()
update.getNodeId()
to
update.getEntityId()
update.getValueAfter()
to
update.values()
update.getNodeId()
to
update.getEntityId()
update.getValueBefore()
to
update.beforeValues()
update.getNodeId()
to
update.getEntityId()
update.getValueAfter()
to
update.values()
update.getNodeId()
to
update.getEntityId()
update.getValueBefore()
to
update.values()
update.getNodeId()
to
update.getEntityId()
update.getValueAfter()
to
update.value()
update.getNodeId()
to
update.getEntityId()
propertyValueDiffSet(update.getValueAfter())
to
propertyValueDiffSet(update.values())
update.getNodeId()
to
update.getEntityId()
propertyValueDiffSet(update.getValueBefore())
to
propertyValueDiffSet(update.beforeValues())
update.getNodeId()
to
update.getEntityId()
propertyValueDiffSet(update.getValueAfter())
to
propertyValueDiffSet(update.values())
update.getNodeId()
to
update.getEntityId()
propertyValueDiffSet(update.getValueBefore())
to
propertyValueDiffSet(update.values())
update.getNodeId()
to
update.getEntityId()
update.getNodeId()
to
update.getEntityId()
LuceneDocumentStructure.encodedStringValue(update.getValueAfter())
to
LuceneDocumentStructure.encodedStringValue(update.values()[0])
LuceneDocumentStructure.documentRepresentingProperty(nodeId,update.getValueAfter())
to
LuceneDocumentStructure.documentRepresentingProperty(nodeId,update.values()[0])
LuceneDocumentStructure.documentRepresentingProperty(nodeId,update.getValueAfter())
to
LuceneDocumentStructure.documentRepresentingProperty(nodeId,update.values()[0])
update.getNodeId()
to
update.getEntityId()
Rename Method invocation
getNodeId
to
getEntityId