|
Change Parameter Type updates : NodeUpdates... to updates : EntityUpdates... in method private withData(updates EntityUpdates...) : DataUpdates in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Parameter Type propertyUpdatesVisitor : Visitor<NodeUpdates,FAILURE> to propertyUpdatesVisitor : Visitor<EntityUpdates,FAILURE> in method package ListenableNodeScanViewNodeStoreScan(nodeStore NodeStore, locks LockService, propertyStore PropertyStore, labelUpdateVisitor Visitor<NodeLabelUpdate,FAILURE>, propertyUpdatesVisitor Visitor<EntityUpdates,FAILURE>, labelIds int[], propertyKeyIdFilter IntPredicate, processListener Listener<NodeRecord>) in class org.neo4j.kernel.impl.api.index.MultipleIndexPopulatorUpdatesTest.ListenableNodeScanViewNodeStoreScan |
From |
To |
|
Change Parameter Type propertyUpdatesVisitor : Visitor<NodeUpdates,FAILURE> to propertyUpdatesVisitor : Visitor<EntityUpdates,FAILURE> in method public LabelScanViewNodeStoreScan(nodeStore NodeStore, locks LockService, propertyStore PropertyStore, labelScanStore LabelScanStore, labelUpdateVisitor Visitor<NodeLabelUpdate,FAILURE>, propertyUpdatesVisitor Visitor<EntityUpdates,FAILURE>, labelIds int[], propertyKeyIdFilter IntPredicate) in class org.neo4j.kernel.impl.transaction.state.storeview.LabelScanViewNodeStoreScan |
From |
To |
|
Change Parameter Type propertyUpdatesVisitor : Visitor<NodeUpdates,FAILURE> to propertyUpdatesVisitor : Visitor<EntityUpdates,FAILURE> in method public visitNodes(labelIds int[], propertyKeyIdFilter IntPredicate, propertyUpdatesVisitor Visitor<EntityUpdates,FAILURE>, labelUpdateVisitor Visitor<NodeLabelUpdate,FAILURE>, forceStoreScan boolean) : StoreScan<FAILURE> in class org.neo4j.kernel.impl.transaction.state.storeview.DynamicIndexStoreView |
From |
To |
|
Change Parameter Type propertyUpdateVisitor : Visitor<NodeUpdates,FAILURE> to propertyUpdateVisitor : Visitor<EntityUpdates,FAILURE> in method public visitNodes(labelIds int[], propertyKeyIdFilter IntPredicate, propertyUpdateVisitor Visitor<EntityUpdates,FAILURE>, labelUpdateVisitor Visitor<NodeLabelUpdate,FAILURE>, forceStoreScan boolean) : StoreScan<FAILURE> in class org.neo4j.kernel.impl.api.index.IndexStoreView |
From |
To |
|
Change Parameter Type updates : NodeUpdates[] to updates : EntityUpdates[] in method package IndexEntryUpdateScan(updates EntityUpdates[], visitor Visitor<EntityUpdates,IndexPopulationFailedKernelException>) in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest.IndexEntryUpdateScan |
From |
To |
|
Change Parameter Type visitor : Visitor<NodeUpdates,IndexPopulationFailedKernelException> to visitor : Visitor<EntityUpdates,IndexPopulationFailedKernelException> in method package IndexEntryUpdateScan(updates EntityUpdates[], visitor Visitor<EntityUpdates,IndexPopulationFailedKernelException>) in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest.IndexEntryUpdateScan |
From |
To |
|
Change Parameter Type updates : NodeUpdates to updates : EntityUpdates in method public visit(updates EntityUpdates) : boolean in class org.neo4j.kernel.impl.api.index.MultipleIndexPopulator.NodePopulationVisitor |
From |
To |
|
Change Parameter Type propertyUpdateVisitor : Visitor<NodeUpdates,FAILURE> to propertyUpdateVisitor : Visitor<EntityUpdates,FAILURE> in method public visitNodes(labelIds int[], propertyKeyIdFilter IntPredicate, propertyUpdateVisitor Visitor<EntityUpdates,FAILURE>, labelUpdateVisitor Visitor<NodeLabelUpdate,FAILURE>, forceStoreScan boolean) : StoreScan<FAILURE> in class org.neo4j.kernel.impl.api.index.IndexStoreView.Adaptor |
From |
To |
|
Change Parameter Type element : NodeUpdates to element : EntityUpdates in method public visit(element EntityUpdates) : boolean in class org.neo4j.kernel.impl.transaction.state.storeview.NeoStoreIndexStoreViewTest.CopyUpdateVisitor |
From |
To |
|
Change Parameter Type propertyUpdates : NodeUpdates to propertyUpdates : EntityUpdates in method public visit(propertyUpdates EntityUpdates) : boolean in class org.neo4j.kernel.impl.transaction.state.storeview.NeoStoreIndexStoreViewTest.NodeUpdateCollectingVisitor |
From |
To |
|
Change Parameter Type propertyUpdatesVisitor : Visitor<NodeUpdates,FAILURE> to propertyUpdatesVisitor : Visitor<EntityUpdates,FAILURE> in method public StoreViewNodeStoreScan(nodeStore NodeStore, locks LockService, propertyStore PropertyStore, labelUpdateVisitor Visitor<NodeLabelUpdate,FAILURE>, propertyUpdatesVisitor Visitor<EntityUpdates,FAILURE>, labelIds int[], propertyKeyIdFilter IntPredicate) in class org.neo4j.kernel.impl.transaction.state.storeview.StoreViewNodeStoreScan |
From |
To |
|
Change Parameter Type updates : NodeUpdates to updates : EntityUpdates in method private Builder(updates EntityUpdates) in class org.neo4j.kernel.impl.api.index.EntityUpdates.Builder |
From |
To |
|
Change Parameter Type updates : NodeUpdates... to updates : EntityUpdates... in method private newStoreView(updates EntityUpdates...) : IndexStoreView in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Parameter Type nodeUpdates : NodeUpdates to entityUpdates : EntityUpdates in method public convertToIndexUpdates(entityUpdates EntityUpdates) : Iterable<IndexEntryUpdate<SchemaDescriptor>> in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest.CollectingIndexingUpdateService |
From |
To |
|
Change Parameter Type propertyUpdatesVisitor : Visitor<NodeUpdates,FAILURE> to propertyUpdatesVisitor : Visitor<EntityUpdates,FAILURE> in method package LabelScanViewNodeStoreWrapper(nodeStore NodeStore, locks LockService, propertyStore PropertyStore, labelScanStore LabelScanStore, labelUpdateVisitor Visitor<NodeLabelUpdate,FAILURE>, propertyUpdatesVisitor Visitor<EntityUpdates,FAILURE>, labelIds int[], propertyKeyIdFilter IntPredicate, delegate LabelScanViewNodeStoreScan<FAILURE>, customAction Runnable) in class schema.MultiIndexPopulationConcurrentUpdatesIT.LabelScanViewNodeStoreWrapper |
From |
To |
|
Change Parameter Type updates : NodeUpdates[] to updates : EntityUpdates[] in method package DataUpdates(updates EntityUpdates[]) in class org.neo4j.kernel.impl.api.index.IndexingServiceTest.DataUpdates |
From |
To |
|
Change Parameter Type propertyUpdatesVisitor : Visitor<NodeUpdates,FAILURE> to propertyUpdatesVisitor : Visitor<EntityUpdates,FAILURE> in method public visitNodes(labelIds int[], propertyKeyIdFilter IntPredicate, propertyUpdatesVisitor Visitor<EntityUpdates,FAILURE>, labelUpdateVisitor Visitor<NodeLabelUpdate,FAILURE>, forceStoreScan boolean) : StoreScan<FAILURE> in class org.neo4j.kernel.impl.api.index.MultipleIndexPopulatorUpdatesTest.ProcessListenableNeoStoreIndexView |
From |
To |
|
Change Parameter Type updates : Iterable<NodeUpdates> to updates : Iterable<EntityUpdates> in method package UpdateGenerator(updates Iterable<EntityUpdates>) in class schema.MultiIndexPopulationConcurrentUpdatesIT.UpdateGenerator |
From |
To |
|
Change Parameter Type nodeUpdates : NodeUpdates to entityUpdates : EntityUpdates in method public convertToIndexUpdates(entityUpdates EntityUpdates) : Iterable<IndexEntryUpdate<SchemaDescriptor>> in class org.neo4j.kernel.impl.api.index.IndexingUpdateService |
From |
To |
|
Change Parameter Type properties : NodeUpdates.Builder to properties : EntityUpdates.Builder in method public convertPropertyRecord(nodeId long, changes Iterable<PropertyRecordChange>, properties EntityUpdates.Builder) : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverter |
From |
To |
|
Change Parameter Type updates : NodeUpdates to updates : EntityUpdates in method private add(updates EntityUpdates) : void in class org.neo4j.kernel.impl.api.index.MultipleIndexPopulator.NodePopulationVisitor |
From |
To |
|
Change Parameter Type updates : NodeUpdates... to updates : EntityUpdates... in method private forUpdates(index IndexDescriptor, updates EntityUpdates...) : List<IndexEntryUpdate<IndexDescriptor>> in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Parameter Type propertyUpdatesVisitor : Visitor<NodeUpdates,FAILURE> to propertyUpdatesVisitor : Visitor<EntityUpdates,FAILURE> in method public visitNodes(labelIds int[], propertyKeyIdFilter IntPredicate, propertyUpdatesVisitor Visitor<EntityUpdates,FAILURE>, labelUpdateVisitor Visitor<NodeLabelUpdate,FAILURE>, forceStoreScan boolean) : StoreScan<FAILURE> in class schema.MultiIndexPopulationConcurrentUpdatesIT.DynamicIndexStoreViewWrapper |
From |
To |
|
Change Parameter Type propertyUpdatesVisitor : Visitor<NodeUpdates,FAILURE> to propertyUpdatesVisitor : Visitor<EntityUpdates,FAILURE> in method public visitNodes(labelIds int[], propertyKeyIdFilter IntPredicate, propertyUpdatesVisitor Visitor<EntityUpdates,FAILURE>, labelUpdateVisitor Visitor<NodeLabelUpdate,FAILURE>, forceStoreScan boolean) : StoreScan<FAILURE> in class org.neo4j.kernel.impl.transaction.state.storeview.NeoStoreIndexStoreView |
From |
To |
|
Change Return Type NodeUpdates to EntityUpdates in method private addNodeUpdate(nodeId long, propertyValue Object, labelId int) : EntityUpdates in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Return Type NodeUpdates to EntityUpdates in method public nodeAsUpdates(nodeId long) : EntityUpdates in class org.neo4j.kernel.impl.transaction.state.storeview.DynamicIndexStoreView |
From |
To |
|
Change Return Type NodeUpdates to EntityUpdates in method public build() : EntityUpdates in class org.neo4j.kernel.impl.api.index.EntityUpdates.Builder |
From |
To |
|
Change Return Type NodeUpdates to EntityUpdates in method private addNodeUpdate(nodeId long, propertyValue Object) : EntityUpdates in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Return Type NodeUpdates to EntityUpdates in method private convert(labelsBefore long[], labelsAfter long[], changes PropertyRecordChange...) : EntityUpdates in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverterTest |
From |
To |
|
Change Return Type Set<NodeUpdates> to Set<EntityUpdates> in method package getUpdates() : Set<EntityUpdates> in class org.neo4j.kernel.impl.transaction.state.storeview.NeoStoreIndexStoreViewTest.NodeUpdateCollectingVisitor |
From |
To |
|
Change Return Type Iterable<NodeUpdates> to Iterable<EntityUpdates> in method private indexUpdatesOf(neoStores NeoStores, transaction TransactionRepresentation) : Iterable<EntityUpdates> in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Return Type Iterable<NodeUpdates> to Iterable<EntityUpdates> in method private indexUpdatesOf(neoStores NeoStores, state TransactionRecordState) : Iterable<EntityUpdates> in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Return Type NodeUpdates to EntityUpdates in method private nodeUpdates(nodeId int, propertyId int, propertyValue String, labelIds long...) : EntityUpdates in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Return Type NodeUpdates to EntityUpdates in method public nodeAsUpdates(nodeId long) : EntityUpdates in class org.neo4j.kernel.impl.transaction.state.storeview.NeoStoreIndexStoreView |
From |
To |
|
Change Return Type NodeUpdates to EntityUpdates in method public nodeAsUpdates(entityId long) : EntityUpdates in class org.neo4j.kernel.impl.api.index.IndexStoreView |
From |
To |
|
Change Return Type NodeUpdates to EntityUpdates in method public nodeAsUpdates(nodeId long) : EntityUpdates in class org.neo4j.kernel.impl.api.index.IndexStoreView.Adaptor |
From |
To |
|
Change Return Type NodeUpdates to EntityUpdates in method package add(nodeId long, propertyKeyId int, value Object, labels long[]) : EntityUpdates in class org.neo4j.kernel.impl.transaction.state.storeview.NeoStoreIndexStoreViewTest |
From |
To |
|
Change Return Type Visitor<NodeUpdates,IndexPopulationFailedKernelException> to Visitor<EntityUpdates,IndexPopulationFailedKernelException> in method private visitor(v Object) : Visitor<EntityUpdates,IndexPopulationFailedKernelException> in class org.neo4j.kernel.impl.api.index.IndexingServiceTest.DataUpdates |
From |
To |
|
Change Return Type NodeUpdates to EntityUpdates in method private convert(labelsBefore long[], labelsAfter long[], change PropertyRecordChange) : EntityUpdates in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverterTest |
From |
To |
|
Change Return Type NodeUpdates.Builder to EntityUpdates.Builder in method private gatherUpdatesFromCommandsForNode(nodeId long, nodeChanges NodeCommand, propertyCommandsForNode List<PropertyCommand>) : EntityUpdates.Builder in class org.neo4j.kernel.impl.transaction.state.OnlineIndexUpdates |
From |
To |
|
Change Return Type NodeUpdates to EntityUpdates in method public getPropertyUpdates() : EntityUpdates in class org.neo4j.kernel.impl.transaction.state.storeview.NeoStoreIndexStoreViewTest.CopyUpdateVisitor |
From |
To |
|
Change Variable Type update1 : NodeUpdates to update1 : EntityUpdates in method public pendingBatchesFlushedAfterStoreScan() : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Variable Type update1 : NodeUpdates to update1 : EntityUpdates in method public populatorMarkedAsFailed() : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Variable Type visitorArg : Visitor<NodeUpdates,IndexPopulationFailedKernelException> to visitorArg : Visitor<EntityUpdates,IndexPopulationFailedKernelException> in method private newStoreView(updates EntityUpdates...) : IndexStoreView in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Variable Type propertyUpdates : NodeUpdates to propertyUpdates : EntityUpdates in method public processAllNodeProperties() : void in class org.neo4j.kernel.impl.transaction.state.storeview.NeoStoreIndexStoreViewTest |
From |
To |
|
Change Variable Type expected : NodeUpdates to expected : EntityUpdates in method public shouldConvertDynamicInlinedRemovedProperty() : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverterTest |
From |
To |
|
Change Variable Type updates : NodeUpdates to updates : EntityUpdates in method public shouldNotGenerateUpdatesForLabelAddAndPropertyRemove() : void in class org.neo4j.kernel.api.index.EntityUpdatesTest |
From |
To |
|
Change Variable Type updates : NodeUpdates to updates : EntityUpdates in method public shouldNotLoadPropertyForNoLabelsAndButPropertyAddition() : void in class org.neo4j.kernel.api.index.EntityUpdatesTest |
From |
To |
|
Change Variable Type updates : NodeUpdates to updates : EntityUpdates in method public shouldNotGenerateUpdateForMultipleExistingPropertiesAndLabels() : void in class org.neo4j.kernel.api.index.EntityUpdatesTest |
From |
To |
|
Change Variable Type indexUpdates : Iterable<NodeUpdates> to indexUpdates : Iterable<EntityUpdates> in method public shouldConvertLabelAdditionToNodePropertyUpdates() : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Variable Type expected : NodeUpdates to expected : EntityUpdates in method public shouldConvertInlinedChangedProperty() : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverterTest |
From |
To |
|
Change Variable Type update2 : NodeUpdates to update2 : EntityUpdates in method public populatorMarkedAsFailed() : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : NodeUpdates to updates : EntityUpdates in method public shouldGenerateUpdateForLabelRemovalWithExistingProperty() : void in class org.neo4j.kernel.api.index.EntityUpdatesTest |
From |
To |
|
Change Variable Type expected : NodeUpdates to expected : EntityUpdates in method public shouldTreatPropertyThatMovedToAnotherRecordAsChange() : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverterTest |
From |
To |
|
Change Variable Type other : NodeUpdates to other : EntityUpdates in method public equals(obj Object) : boolean in class org.neo4j.kernel.impl.api.index.EntityUpdates |
From |
To |
|
Change Variable Type propertyUpdateVisitor : Visitor<NodeUpdates,FAILURE> to propertyUpdateVisitor : Visitor<EntityUpdates,FAILURE> in method private emptyIndexStoreViewThatProcessUpdates() : IndexStoreView.Adaptor in class org.neo4j.kernel.impl.api.index.IndexPopulationTest |
From |
To |
|
Change Variable Type nodePropertyUpdate : NodeUpdates.Builder to nodePropertyUpdate : EntityUpdates.Builder in method private gatherUpdatesFor(nodeId long, nodeCommand NodeCommand, propertyCommands List<PropertyCommand>) : void in class org.neo4j.kernel.impl.transaction.state.OnlineIndexUpdates |
From |
To |
|
Change Variable Type visitor : Visitor<NodeUpdates,Exception> to visitor : Visitor<EntityUpdates,Exception> in method public shouldLockNodesWhileReadingThem() : void in class org.neo4j.kernel.impl.transaction.state.storeview.NeoStoreIndexStoreViewTest |
From |
To |
|
Change Variable Type expected : NodeUpdates to expected : EntityUpdates in method public shouldConvertMixedLabelRemovalAndRemovePropertyToNodePropertyUpdates() : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Variable Type update : NodeUpdates to update : EntityUpdates in method public shouldConvertInlinedChangedProperty() : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverterTest |
From |
To |
|
Change Variable Type expected : NodeUpdates to expected : EntityUpdates in method public shouldConvertLabelRemovalToNodePropertyUpdates() : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Variable Type update3 : NodeUpdates to update3 : EntityUpdates in method public populatorMarkedAsFailedAndUpdatesNotAdded() : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Variable Type update : NodeUpdates to update : EntityUpdates in method public shouldTreatPropertyThatMovedToAnotherRecordAsChange() : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverterTest |
From |
To |
|
Change Variable Type update : NodeUpdates to update : EntityUpdates in method public answer(invocation InvocationOnMock) : StoreScan<IndexPopulationFailedKernelException> in class org.neo4j.kernel.impl.api.index.IndexingServiceTest.DataUpdates |
From |
To |
|
Change Variable Type node : NodeRecord to entity : PrimitiveRecord in method public loadProperties(entityId long, type EntityType, propertyIds MutableIntSet, sink PropertyLoadSink) : void in class org.neo4j.kernel.impl.transaction.state.storeview.NeoStoreIndexStoreView |
From |
To |
|
Change Variable Type indexUpdates : Iterable<NodeUpdates> to indexUpdates : Iterable<EntityUpdates> in method public shouldConvertLabelRemovalToNodePropertyUpdates() : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Variable Type updates : NodeUpdates to updates : EntityUpdates in method public shouldNotGenerateUpdatesForLabelRemoveAndPropertyAdd() : void in class org.neo4j.kernel.api.index.EntityUpdatesTest |
From |
To |
|
Change Variable Type updates : NodeUpdates to updates : EntityUpdates in method public shouldGenerateUpdateForLabelAdditionWithExistingProperty() : void in class org.neo4j.kernel.api.index.EntityUpdatesTest |
From |
To |
|
Change Variable Type updates : NodeUpdates to updates : EntityUpdates in method public shouldNotGenerateUpdatesForEmptyNodeUpdates() : void in class org.neo4j.kernel.api.index.EntityUpdatesTest |
From |
To |
|
Change Variable Type update3 : NodeUpdates to update3 : EntityUpdates in method public batchIsFlushedWhenThresholdReached() : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : NodeUpdates to updates : EntityUpdates in method public shouldNotLoadPropertyForLabelsAndNoPropertyChanges() : void in class org.neo4j.kernel.api.index.EntityUpdatesTest |
From |
To |
|
Change Variable Type update2 : NodeUpdates to update2 : EntityUpdates in method public batchIsFlushedWhenThresholdReached() : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Variable Type update1 : NodeUpdates to update1 : EntityUpdates in method public batchIsFlushedWhenThresholdReached() : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Variable Type indexUpdates : Iterable<NodeUpdates> to indexUpdates : Iterable<EntityUpdates> in method public shouldConvertMixedLabelRemovalAndAddPropertyToNodePropertyUpdates() : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Variable Type updates : Iterable<NodeUpdates> to updates : Iterable<EntityUpdates> in method public shouldConvertAddedPropertyToNodePropertyUpdates() : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Variable Type propertyUpdateVisitor : Visitor<NodeUpdates,IOException> to propertyUpdateVisitor : Visitor<EntityUpdates,IOException> in method private repopulateAllIndexes() : void in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Variable Type update42 : NodeUpdates to update42 : EntityUpdates in method public pendingBatchesFlushedAfterStoreScan() : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Variable Type update4 : NodeUpdates to update4 : EntityUpdates in method public populatorMarkedAsFailedAndUpdatesNotAdded() : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Variable Type indexUpdates : Iterable<NodeUpdates> to indexUpdates : Iterable<EntityUpdates> in method public shouldConvertRemovedPropertyToNodePropertyUpdates() : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Variable Type expected : NodeUpdates to expected : EntityUpdates in method public shouldConvertMixedLabelAdditionAndSetPropertyToNodePropertyUpdates() : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Variable Type updates : NodeUpdates to updates : EntityUpdates in method public shouldNotGenerateUpdatesForLabelRemovalWithNoProperties() : void in class org.neo4j.kernel.api.index.EntityUpdatesTest |
From |
To |
|
Change Variable Type updates : NodeUpdates to updates : EntityUpdates in method public shouldGenerateUpdatesForLabelRemovalWithExistingProperties() : void in class org.neo4j.kernel.api.index.EntityUpdatesTest |
From |
To |
|
Change Variable Type update : NodeUpdates to update : EntityUpdates in method public shouldConvertDynamicInlinedRemovedProperty() : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverterTest |
From |
To |
|
Change Variable Type updates : NodeUpdates to updates : EntityUpdates in method public shouldNotGenerateUpdatesForLabelAdditionWithNoProperties() : void in class org.neo4j.kernel.api.index.EntityUpdatesTest |
From |
To |
|
Change Variable Type update : NodeUpdates to update : EntityUpdates in method public run() : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest.IndexEntryUpdateScan |
From |
To |
|
Change Variable Type updates : NodeUpdates to updates : EntityUpdates in method public shouldGenerateUpdatesForMultiplePropertyAdditionWithLabels() : void in class org.neo4j.kernel.api.index.EntityUpdatesTest |
From |
To |
|
Change Variable Type indexUpdates : Iterable<NodeUpdates> to indexUpdates : Iterable<EntityUpdates> in method public shouldConvertMixedLabelAdditionAndSetPropertyToNodePropertyUpdates() : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Variable Type visitor : Visitor<NodeUpdates,IndexPopulationFailedKernelException> to visitor : Visitor<EntityUpdates,IndexPopulationFailedKernelException> in method public answer(invocation InvocationOnMock) : StoreScan<IndexPopulationFailedKernelException> in class org.neo4j.kernel.impl.api.index.IndexingServiceTest.DataUpdates |
From |
To |
|
Change Variable Type labelId : int to schema : SchemaDescriptor in method private atLeastOneRelevantChange(indexKey SchemaDescriptorSupplier) : boolean in class org.neo4j.kernel.impl.api.index.EntityUpdates |
From |
To |
|
Change Variable Type expected : NodeUpdates to expected : EntityUpdates in method public shouldConvertMixedLabelRemovalAndAddPropertyToNodePropertyUpdates() : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Variable Type update1 : NodeUpdates to update1 : EntityUpdates in method public populatorMarkedAsFailedAndUpdatesNotAdded() : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Variable Type expected : NodeUpdates to expected : EntityUpdates in method public shouldConvertInlinedRemovedProperty() : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverterTest |
From |
To |
|
Change Variable Type update : NodeUpdates to update : EntityUpdates in method public shouldNotLoseIndexDescriptorDueToOtherSimilarIndexDuringRecovery() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type updates : NodeUpdates to updates : EntityUpdates in method public shouldNotGenerateUpdatesForPropertyAdditionWithNoLabels() : void in class org.neo4j.kernel.api.index.EntityUpdatesTest |
From |
To |
|
Change Variable Type nodeUpdates : NodeUpdates to entityUpdates : EntityUpdates in method private gatherUpdatesFor(nodeId long, nodeCommand NodeCommand, propertyCommands List<PropertyCommand>) : void in class org.neo4j.kernel.impl.transaction.state.OnlineIndexUpdates |
From |
To |
|
Change Variable Type expected : NodeUpdates to expected : EntityUpdates in method public shouldConvertRemovedPropertyToNodePropertyUpdates() : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Variable Type indexUpdates : Iterable<NodeUpdates> to indexUpdates : Iterable<EntityUpdates> in method public shouldConvertChangedPropertyToNodePropertyUpdates() : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Variable Type expected : NodeUpdates to expected : EntityUpdates in method public shouldConvertDynamicChangedProperty() : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverterTest |
From |
To |
|
Change Variable Type indexUpdates : Iterable<NodeUpdates> to indexUpdates : Iterable<EntityUpdates> in method public shouldConvertMixedLabelRemovalAndRemovePropertyToNodePropertyUpdates() : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Variable Type update : NodeUpdates to update : EntityUpdates in method public executorShutdownAfterStoreScanCompletes() : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Variable Type update : NodeUpdates to update : EntityUpdates in method public shouldConvertInlinedRemovedProperty() : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverterTest |
From |
To |
|
Change Variable Type updates : NodeUpdates to updates : EntityUpdates in method public shouldGenerateUpdatesForLabelAdditionWithExistingProperties() : void in class org.neo4j.kernel.api.index.EntityUpdatesTest |
From |
To |
|
Change Variable Type expected : NodeUpdates to expected : EntityUpdates in method public shouldConvertAddedPropertyToNodePropertyUpdates() : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Variable Type expected : NodeUpdates to expected : EntityUpdates in method public shouldConvertLabelAdditionToNodePropertyUpdates() : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Variable Type update3 : NodeUpdates to update3 : EntityUpdates in method public pendingBatchesFlushedAfterStoreScan() : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Variable Type update5 : NodeUpdates to update5 : EntityUpdates in method public populatorMarkedAsFailedAndUpdatesNotAdded() : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : NodeUpdates to updates : EntityUpdates in method public shouldReportNodesThatAreNotIndexed() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type update : NodeUpdates to update : EntityUpdates in method public shouldConvertDynamicChangedProperty() : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverterTest |
From |
To |
|
Change Variable Type updates : NodeUpdates to updates : EntityUpdates in method public shouldGenerateUpdatesForSinglePropertyAdditionWithLabels() : void in class org.neo4j.kernel.api.index.EntityUpdatesTest |
From |
To |
|
Change Variable Type updates : List<NodeUpdates> to updates : List<EntityUpdates> in method public applyConcurrentDeletesToPopulatedIndex() : void in class schema.MultiIndexPopulationConcurrentUpdatesIT |
From |
To |
|
Change Variable Type update2 : NodeUpdates to update2 : EntityUpdates in method public pendingBatchesFlushedAfterStoreScan() : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Variable Type update : NodeUpdates to update : EntityUpdates in method public run() : void in class schema.MultiIndexPopulationConcurrentUpdatesIT.UpdateGenerator |
From |
To |
|
Change Variable Type updates : List<NodeUpdates> to updates : List<EntityUpdates> in method public applyConcurrentChangesToPopulatedIndex() : void in class schema.MultiIndexPopulationConcurrentUpdatesIT |
From |
To |
|
Change Variable Type expected : NodeUpdates to expected : EntityUpdates in method public shouldConvertChangedPropertyToNodePropertyUpdates() : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Variable Type update2 : NodeUpdates to update2 : EntityUpdates in method public populatorMarkedAsFailedAndUpdatesNotAdded() : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : List<NodeUpdates> to updates : List<EntityUpdates> in method public applyConcurrentAddsToPopulatedIndex() : void in class schema.MultiIndexPopulationConcurrentUpdatesIT |
From |
To |
|
Rename Parameter labelsBefore : long[] to entityTokensBefore : long[] in method private EntityUpdates(entityId long, entityTokensBefore long[], entityTokensAfter long[]) in class org.neo4j.kernel.impl.api.index.EntityUpdates |
From |
To |
|
Rename Parameter nodeId : long to entityId : long in method private EntityUpdates(entityId long, entityTokensBefore long[], entityTokensAfter long[]) in class org.neo4j.kernel.impl.api.index.EntityUpdates |
From |
To |
|
Rename Parameter nodeId : long to entityId : long in method public loadProperties(entityId long, type EntityType, propertyIds MutableIntSet, sink PropertyLoadSink) : void in class org.neo4j.kernel.impl.transaction.state.storeview.DynamicIndexStoreView |
From |
To |
|
Rename Parameter nodeId : long to entityId : long in method public forEntity(entityId long) : Builder in class org.neo4j.kernel.impl.api.index.EntityUpdates |
From |
To |
|
Rename Parameter nodeUpdates : NodeUpdates to entityUpdates : EntityUpdates in method public convertToIndexUpdates(entityUpdates EntityUpdates) : Iterable<IndexEntryUpdate<SchemaDescriptor>> in class org.neo4j.kernel.impl.api.index.IndexingUpdateService |
From |
To |
|
Rename Parameter nodeUpdates : NodeUpdates to entityUpdates : EntityUpdates in method public convertToIndexUpdates(entityUpdates EntityUpdates) : Iterable<IndexEntryUpdate<SchemaDescriptor>> in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest.CollectingIndexingUpdateService |
From |
To |
|
Rename Parameter nodeId : long to entityId : long in method public loadProperties(entityId long, type EntityType, propertyIds MutableIntSet, sink PropertyLoadSink) : void in class org.neo4j.kernel.impl.transaction.state.storeview.NeoStoreIndexStoreView |
From |
To |
|
Rename Parameter nodeId : long to entityId : long in method public forEntity(entityId long, entityTokenIds long[]) : Builder in class org.neo4j.kernel.impl.api.index.EntityUpdates |
From |
To |
|
Rename Parameter labelsAfter : long[] to entityTokensAfter : long[] in method private EntityUpdates(entityId long, entityTokensBefore long[], entityTokensAfter long[]) in class org.neo4j.kernel.impl.api.index.EntityUpdates |
From |
To |
|
Rename Parameter nodeId : long to entityId : long in method public nodeAsUpdates(entityId long) : EntityUpdates in class org.neo4j.kernel.impl.api.index.IndexStoreView |
From |
To |
|
Rename Parameter nodeId : long to entityId : long in method public loadProperties(entityId long, type EntityType, propertyIds MutableIntSet, sink PropertyLoadSink) : void in class org.neo4j.kernel.impl.api.index.PropertyLoader |
From |
To |
|
Rename Parameter propertyId : int to entityId : int in method public onProperty(entityId int, value Value) : void in class org.neo4j.kernel.impl.api.index.PropertyLoader.PropertyLoadSink |
From |
To |