5d310f90f5dc6319431b680cdad573a385fcdd43
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private notifyPipelinedConsumers() : void from class org.apache.flink.runtime.io.network.partition.ResultPartition to private notifyPipelinedConsumers() : void from class org.apache.flink.runtime.taskmanager.ConsumableNotifyingResultPartitionWriterDecorator | From | To | |
Rename Variable | 6 | ||
Rename Variable partition : ResultPartitionWriter to partitionWriter : ResultPartitionWriter in method private closeNetworkResources() : void in class org.apache.flink.runtime.taskmanager.Task | From | To | |
Rename Variable partition : ResultPartitionWriter to partitionWriter : ResultPartitionWriter in method public run() : void in class org.apache.flink.runtime.taskmanager.Task | From | To | |
Rename Variable partition : ResultPartitionWriter to partitionWriter : ResultPartitionWriter in method private releaseNetworkResources() : void in class org.apache.flink.runtime.taskmanager.Task | From | To | |
Rename Variable partition : ResultPartition to consumableNotifyingPartitionWriter : ResultPartitionWriter in method private testAddOnPartition(partitionType ResultPartitionType) : void in class org.apache.flink.runtime.io.network.partition.ResultPartitionTest | From | To | |
Rename Variable partition : ResultPartition to consumableNotifyingPartitionWriter : ResultPartitionWriter in method private testAddOnFinishedPartition(partitionType ResultPartitionType) : void in class org.apache.flink.runtime.io.network.partition.ResultPartitionTest | From | To | |
Change Return Type | 5 | ||
Change Return Type void to boolean in method public addBufferConsumer(bufferConsumer BufferConsumer, subpartitionIndex int) : boolean in class org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter | From | To | |
Change Return Type void to boolean in method public addBufferConsumer(buffer BufferConsumer, targetChannel int) : boolean in class org.apache.flink.runtime.io.network.api.writer.RecordWriterTest.CollectingPartitionWriter | From | To | |
Change Return Type void to boolean in method public addBufferConsumer(bufferConsumer BufferConsumer, subpartitionIndex int) : boolean in class org.apache.flink.runtime.io.network.partition.ResultPartition | From | To | |
Change Return Type void to boolean in method public addBufferConsumer(bufferConsumer BufferConsumer, targetChannel int) : boolean in class org.apache.flink.runtime.io.network.api.writer.AbstractCollectingResultPartitionWriter | From | To | |
Change Return Type void to boolean in method public addBufferConsumer(bufferConsumer BufferConsumer, targetChannel int) : boolean in class org.apache.flink.runtime.io.network.api.writer.RecordWriterTest.RecyclingPartitionWriter | From | To | |
Move Attribute | 4 | ||
Move Attribute private partitionConsumableNotifier : ResultPartitionConsumableNotifier from class org.apache.flink.runtime.io.network.partition.ResultPartition to private partitionConsumableNotifier : ResultPartitionConsumableNotifier from class org.apache.flink.runtime.taskmanager.ConsumableNotifyingResultPartitionWriterDecorator | From | To | |
Move Attribute private hasNotifiedPipelinedConsumers : boolean from class org.apache.flink.runtime.io.network.partition.ResultPartition to private hasNotifiedPipelinedConsumers : boolean from class org.apache.flink.runtime.taskmanager.ConsumableNotifyingResultPartitionWriterDecorator | From | To | |
Move Attribute private taskActions : TaskActions from class org.apache.flink.runtime.io.network.partition.ResultPartition to private taskActions : TaskActions from class org.apache.flink.runtime.taskmanager.ConsumableNotifyingResultPartitionWriterDecorator | From | To | |
Move Attribute private jobId : JobID from class org.apache.flink.runtime.io.network.partition.ResultPartition to private jobId : JobID from class org.apache.flink.runtime.taskmanager.ConsumableNotifyingResultPartitionWriterDecorator | From | To | |
Change Variable Type | 2 | ||
Change Variable Type partition : ResultPartition to consumableNotifyingPartitionWriter : ResultPartitionWriter in method private testAddOnPartition(partitionType ResultPartitionType) : void in class org.apache.flink.runtime.io.network.partition.ResultPartitionTest | From | To | |
Change Variable Type partition : ResultPartition to consumableNotifyingPartitionWriter : ResultPartitionWriter in method private testAddOnFinishedPartition(partitionType ResultPartitionType) : void in class org.apache.flink.runtime.io.network.partition.ResultPartitionTest | From | To | |
Rename Parameter | 3 | ||
Rename Parameter pipelined : ResultPartitionType to partitionType : ResultPartitionType in method private testAddOnPartition(partitionType ResultPartitionType) : void in class org.apache.flink.runtime.io.network.partition.ResultPartitionTest | From | To | |
Rename Parameter pipelined : ResultPartitionType to partitionType : ResultPartitionType in method private testAddOnFinishedPartition(partitionType ResultPartitionType) : void in class org.apache.flink.runtime.io.network.partition.ResultPartitionTest | From | To | |
Rename Parameter pipelined : ResultPartitionType to partitionType : ResultPartitionType in method private testAddOnReleasedPartition(partitionType ResultPartitionType) : void in class org.apache.flink.runtime.io.network.partition.ResultPartitionTest | From | To |