|
Change Parameter Type propertyCommandsForNode : List<PropertyCommand> to propertyCommandsForNode : EntityCommandGrouper in method private gatherUpdatesFromCommandsForNode(nodeId long, nodeChanges NodeCommand, propertyCommandsForNode EntityCommandGrouper) : EntityUpdates.Builder in class org.neo4j.kernel.impl.transaction.state.OnlineIndexUpdates |
From |
To |
|
Change Parameter Type propertyCommands : List<PropertyCommand> to propertyCommands : EntityCommandGrouper<RelationshipCommand> in method private gatherUpdatesFor(relationshipId long, relationshipCommand RelationshipCommand, propertyCommands EntityCommandGrouper<RelationshipCommand>) : void in class org.neo4j.kernel.impl.transaction.state.OnlineIndexUpdates |
From |
To |
|
Change Parameter Type nodeCommands : LongObjectMap<NodeCommand> to nodeCommands : EntityCommandGrouper<Command.NodeCommand> in method public feed(nodeCommands EntityCommandGrouper<Command.NodeCommand>, relationshipCommands EntityCommandGrouper<Command.RelationshipCommand>) : void in class org.neo4j.kernel.impl.transaction.state.IndexUpdates |
From |
To |
|
Change Parameter Type indexUpdateConverter : PropertyPhysicalToLogicalConverter to propertyStore : PropertyStore in method public IndexBatchTransactionApplier(indexingService IndexingService, labelScanStoreSync WorkSync<Supplier<LabelScanWriter>,LabelUpdateWork>, indexUpdatesSync WorkSync<IndexingUpdateService,IndexUpdatesWork>, nodeStore NodeStore, relationshipStore RelationshipStore, propertyStore PropertyStore, indexActivator IndexActivator) in class org.neo4j.kernel.impl.transaction.command.IndexBatchTransactionApplier |
From |
To |
|
Change Parameter Type propertyCommands : List<PropertyCommand> to propertyCommands : EntityCommandGrouper<?> in method private gatherUpdatesFromCommandsForRelationship(relationshipId long, relationshipCommand RelationshipCommand, propertyCommands EntityCommandGrouper<?>) : EntityUpdates.Builder in class org.neo4j.kernel.impl.transaction.state.OnlineIndexUpdates |
From |
To |
|
Change Parameter Type propertyCommands : List<PropertyCommand> to propertyCommands : EntityCommandGrouper<NodeCommand> in method private gatherUpdatesFor(nodeId long, nodeCommand NodeCommand, propertyCommands EntityCommandGrouper<NodeCommand>) : void in class org.neo4j.kernel.impl.transaction.state.OnlineIndexUpdates |
From |
To |
|
Change Parameter Type nodeCommands : LongObjectMap<NodeCommand> to nodeCommands : EntityCommandGrouper<Command.NodeCommand> in method public feed(nodeCommands EntityCommandGrouper<Command.NodeCommand>, relationshipCommands EntityCommandGrouper<Command.RelationshipCommand>) : void in class org.neo4j.kernel.impl.transaction.state.DirectIndexUpdates |
From |
To |
|
Change Variable Type movedTo : PropertyRecordChange to movedTo : Command.PropertyCommand in method public shouldTreatPropertyThatMovedToAnotherRecordAsChange() : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverterTest |
From |
To |
|
Change Variable Type movedFrom : PropertyRecordChange to movedFrom : Command.PropertyCommand in method public shouldTreatPropertyThatMovedToAnotherRecordAsChange() : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverterTest |
From |
To |
|
Change Variable Type nodeCommands : LongObjectMap<NodeCommand> to nodeCommands : EntityCommandGrouper<Command.NodeCommand> in method private combinedUpdates() : IndexUpdates in class org.neo4j.kernel.impl.transaction.command.IndexUpdatesWork |
From |
To |
|
Change Variable Type relationshipCommands : LongObjectMap<RelationshipCommand> to relationshipCommands : EntityCommandGrouper<RelationshipCommand> in method private nodeIdsAsIndexUpdates(nodeIds long...) : IndexUpdates in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type nodeCommands : LongObjectMap<NodeCommand> to nodeCommands : EntityCommandGrouper<NodeCommand> in method private nodeIdsAsIndexUpdates(nodeIds long...) : IndexUpdates in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |