|
Change Parameter Type movingAverageSize : int to config : Configuration in method public AbstractStep(control StageControl, name String, config Configuration, additionalStatsProvider StatsProvider...) in class org.neo4j.unsafe.impl.batchimport.staging.AbstractStep |
From |
To |
|
Change Parameter Type task : Callable<?> to task : Task<LOCAL> in method public submit(task Task<LOCAL>) : void in class org.neo4j.unsafe.impl.batchimport.executor.TaskExecutor |
From |
To |
|
Change Parameter Type task : Callable<?> to task : Task<LOCAL> in method public submit(task Task<LOCAL>) : void in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutor |
From |
To |
|
Change Parameter Type executor : TaskExecutor to executor : TaskExecutor<Void> in method private assertExceptionOnSubmit(executor TaskExecutor<Void>, exception IOException) : void in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutorTest |
From |
To |
|
Change Parameter Type executor : TaskExecutor to executor : TaskExecutor<Void> in method public WriteQueue(executor TaskExecutor<Void>, jobMonitor JobMonitor) in class org.neo4j.unsafe.impl.batchimport.store.io.WriteQueue |
From |
To |
|
Change Parameter Type executor : TaskExecutor to executor : TaskExecutor<Void> in method package IoQueue(executor TaskExecutor<Void>, maxProcessors int, delegateFactory WriterFactory) in class org.neo4j.unsafe.impl.batchimport.store.io.IoQueue |
From |
To |
|
Change Return Type Object to void in method protected process(batch Batch<InputRelationship,RelationshipRecord>, sender BatchSender) : void in class org.neo4j.unsafe.impl.batchimport.RelationshipPreparationStep |
From |
To |
|
Change Return Type Object to void in method protected process(batch T[], sender BatchSender) : void in class org.neo4j.unsafe.impl.batchimport.RecordProcessorStep |
From |
To |
|
Change Return Type Void to void in method public run(nothing Void) : void in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutorTest.TestTask |
From |
To |
|
Change Return Type Object to void in method protected process(batch Batch<INPUT,RECORD>, sender BatchSender) : void in class org.neo4j.unsafe.impl.batchimport.EntityStoreUpdaterStep |
From |
To |
|
Change Return Type Object to void in method protected process(batch long[], sender BatchSender) : void in class org.neo4j.unsafe.impl.batchimport.ProcessRelationshipCountsDataStep |
From |
To |
|
Change Return Type Object to void in method protected process(batch Object, sender BatchSender) : void in class org.neo4j.unsafe.impl.batchimport.staging.StageTest.ReceiveOrderAssertingStep |
From |
To |
|
Change Return Type Object to void in method protected process(batch Batch<InputRelationship,RelationshipRecord>, sender BatchSender) : void in class org.neo4j.unsafe.impl.batchimport.RelationshipEncoderStep |
From |
To |
|
Change Return Type Object to void in method protected process(batch Batch<InputRelationship,RelationshipRecord>, sender BatchSender) : void in class org.neo4j.unsafe.impl.batchimport.CalculateDenseNodesStep |
From |
To |
|
Change Return Type Void to void in method public run(nothing Void) : void in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutorTest.FailingTask |
From |
To |
|
Change Return Type Object to void in method protected process(batch Batch<InputNode,NodeRecord>, sender BatchSender) : void in class org.neo4j.unsafe.impl.batchimport.NodeEncoderStep |
From |
To |
|
Change Return Type Object to void in method protected process(batch Batch<INPUT,? extends PrimitiveRecord>, sender BatchSender) : void in class org.neo4j.unsafe.impl.batchimport.InputEntityCacherStep |
From |
To |
|
Change Return Type Void to void in method public run(nothing Void) : void in class org.neo4j.unsafe.impl.batchimport.store.io.WriteQueue |
From |
To |
|
Change Return Type Object to void in method protected process(batch Batch<INPUT,RECORD>, sender BatchSender) : void in class org.neo4j.unsafe.impl.batchimport.PropertyEncoderStep |
From |
To |
|
Change Return Type Object to void in method protected process(batch RECORD[], sender BatchSender) : void in class org.neo4j.unsafe.impl.batchimport.UpdateRecordsStep |
From |
To |
|
Merge Parameter [batchSize : int, movingAverageSize : int] to config : Configuration in method public InputIteratorBatcherStep(control StageControl, config Configuration, data InputIterator<T>, itemClass Class<T>) in class org.neo4j.unsafe.impl.batchimport.InputIteratorBatcherStep |
From |
To |
|
Merge Parameter [batchSize : int, movingAverageSize : int] to config : Configuration in method public ReadNodeRecordsStep(control StageControl, config Configuration, nodeStore NodeStore) in class org.neo4j.unsafe.impl.batchimport.ReadNodeRecordsStep |
From |
To |
|
Merge Parameter [batchSize : int, movingAverageSize : int] to config : Configuration in method public IoProducerStep(control StageControl, config Configuration) in class org.neo4j.unsafe.impl.batchimport.staging.IoProducerStep |
From |
To |
|
Merge Parameter [batchSize : int, movingAverageSize : int] to config : Configuration in method public IteratorBatcherStep(control StageControl, config Configuration, data InputIterator<T>, itemClass Class<T>) in class org.neo4j.unsafe.impl.batchimport.staging.IteratorBatcherStep |
From |
To |
|
Merge Parameter [batchSize : int, movingAverageSize : int] to config : Configuration in method public ReadRelationshipCountsDataStep(control StageControl, config Configuration, store RelationshipStore) in class org.neo4j.unsafe.impl.batchimport.ReadRelationshipCountsDataStep |
From |
To |
|
Merge Parameter [batchSize : int, movingAverageSize : int] to config : Configuration in method public ReadRelationshipRecordsBackwardsStep(control StageControl, config Configuration, store RelationshipStore) in class org.neo4j.unsafe.impl.batchimport.ReadRelationshipRecordsBackwardsStep |
From |
To |
|
Merge Parameter [batchSize : int, movingAverageSize : int] to config : Configuration in method public IdMapperPreparationStep(control StageControl, config Configuration, idMapper IdMapper, allIds InputIterable<Object>, memoryUsageStats StatsProvider) in class org.neo4j.unsafe.impl.batchimport.IdMapperPreparationStep |
From |
To |
|
Change Variable Type executor : TaskExecutor to executor : TaskExecutor<Void> in method public shouldLetShutdownCompleteInEventOfPanic() : void in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutorTest |
From |
To |
|
Change Variable Type task : Callable<?> to task : Task<LOCAL> in method public run() : void in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutor.Processor |
From |
To |
|
Change Variable Type executor : TaskExecutor to executor : TaskExecutor<Void> in method public shouldSurfaceTaskErrorInAssertHealthy() : void in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutorTest |
From |
To |
|
Change Variable Type executor : TaskExecutor to executor : TaskExecutor<Void> in method public shouldExecuteTasksInParallel() : void in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutorTest |
From |
To |
|
Change Variable Type task2 : Task to task2 : TestTask in method public shouldExecuteTasksInParallel() : void in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutorTest |
From |
To |
|
Change Variable Type executor : TaskExecutor to executor : TaskExecutor<Void> in method public shouldDecrementNumberOfProcessorsWhenRunning() : void in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutorTest |
From |
To |
|
Change Variable Type executor : TaskExecutor to executor : TaskExecutor<Void> in method public shouldExecuteMultipleTasks() : void in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutorTest |
From |
To |
|
Change Variable Type task4 : Task to task4 : TestTask in method public shouldDecrementNumberOfProcessorsWhenRunning() : void in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutorTest |
From |
To |
|
Change Variable Type executor : TaskExecutor to executor : TaskExecutor<Void> in method public shouldShutDownOnTaskFailureEvenIfOtherTasksArePending() : void in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutorTest |
From |
To |
|
Change Variable Type executor : TaskExecutor to executor : TaskExecutor<Void> in method public shouldShutDownOnTaskFailure() : void in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutorTest |
From |
To |
|
Change Variable Type executor : TaskExecutor to executor : TaskExecutor<Void> in method public shouldIncrementNumberOfProcessorsWhenRunning() : void in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutorTest |
From |
To |
|
Change Variable Type task2 : Task to task2 : TestTask in method public shouldIncrementNumberOfProcessorsWhenRunning() : void in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutorTest |
From |
To |