Toggle navigation
Home
org.neo4j.kernel.api.index.NodePropertyUpdate to org.neo4j.kernel.api.index.NodeUpdates
No. of Instances - 43
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Different)
Iterable<NodePropertyUpdate>
to
Iterable<NodeUpdates>
Visitor<NodePropertyUpdates,IndexPopulationFailedKernelException>
to
Visitor<NodeUpdates,IndexPopulationFailedKernelException>
NodePropertyUpdatesScan
to
IndexEntryUpdateScan
Collection<NodePropertyUpdate>
to
Collection<NodeUpdates>
Add or Remove Method invocation
asSet(add(nodeId,propertyKey2,value2,new long[]{labelId1}),remove(nodeId,propertyKey1,value1,new long[]{labelId2}),remove(nodeId,propertyKey2,value2,new long[]{labelId2}))
to
expected
Iterables.asSet(indexUpdates)
to
Iterables.single(indexUpdates)
asSet(remove(nodeId,propertyKey1,value1,labelIds),remove(nodeId,propertyKey2,value2,labelIds))
to
expected
Iterables.asSet(indexUpdates)
to
Iterables.single(indexUpdates)
asSet(change(nodeId,propertyKey1,value1,EMPTY_LONG_ARRAY,newValue1,EMPTY_LONG_ARRAY),change(nodeId,propertyKey2,value2,EMPTY_LONG_ARRAY,newValue2,EMPTY_LONG_ARRAY))
to
expected
Iterables.asSet(indexUpdates)
to
Iterables.single(indexUpdates)
NodePropertyUpdate
to
NodeUpdates.forNode(0,new long[]{labelsNameIdMap.get(COUNTRY_LABEL)})
NodePropertyUpdate
to
NodeUpdates.forNode(3,new long[]{labelsNameIdMap.get(COLOR_LABEL)})
add(node.getId(),property.getKeyIndexId(),value,labels)
to
update.build()
asSet(add(nodeId,propertyKey1,value1,new long[]{labelId2}),add(nodeId,propertyKey2,value2,new long[]{labelId2}),add(nodeId,propertyKey2,value2,new long[]{labelId1}))
to
expected
Iterables.asSet(indexUpdates)
to
Iterables.single(indexUpdates)
NodePropertyUpdate
to
NodeUpdates.forNode(6,new long[]{labelsNameIdMap.get(COUNTRY_LABEL)})
NodePropertyUpdate
to
NodeUpdates.forNode(7,new long[]{labelsNameIdMap.get(CAR_LABEL)})
asSet(remove(nodeId,propertyKey1,value1,new long[]{labelId1,labelId2}),remove(nodeId,propertyKey2,value2,new long[]{labelId2}))
to
expected
Iterables.asSet(indexUpdates)
to
Iterables.single(indexUpdates)
asSet(add(nodeId,propertyKey1,value1,new long[]{labelId}),add(nodeId,propertyKey2,value2,new long[]{labelId}))
to
expected
Iterables.asSet(updates)
to
Iterables.single(updates)
asSet(add(nodeId,propertyKey1,value1,labelIds),add(nodeId,propertyKey2,value2,labelIds))
to
expected
Iterables.asSet(indexUpdates)
to
Iterables.single(indexUpdates)
asSet(remove(nodeId,propertyKey1,value1,new long[]{labelId}),remove(nodeId,propertyKey2,value2,new long[]{labelId}))
to
expected
Iterables.asSet(indexUpdates)
to
Iterables.single(indexUpdates)
Wrap or Un-wrap
add
to
add
add
to
add
add
to
add
add
to
add
add
to
add
add
to
add