94123cec718a3edbf1199fd703627f0081e39065
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public writeBufferToAllChannels(eventBuffer Buffer) : void renamed to public writeBufferToAllSubpartitions(buffer Buffer) : void in class org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter | From | To | |
Rename Method public add(buffer Buffer, subpartitionIndex int) : void renamed to public writeBuffer(buffer Buffer, subpartitionIndex int) : void in class org.apache.flink.runtime.io.network.partition.ResultPartition | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public testWriteBufferToAllChannelsReferenceCounting() : void from class org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriterTest to public testWriteBufferToAllSubpartitionsReferenceCounting() : void from class org.apache.flink.runtime.io.network.partition.ResultPartitionTest | From | To | |
Rename Variable | 1 | ||
Rename Variable targetChannel : int to subpartition : int in method public writeBufferToAllSubpartitions(buffer Buffer) : void in class org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter | From | To | |
Inline Variable | 1 | ||
Inline Variable partitions : ResultPartition[] in method public unregisterTask(task Task) : void from class org.apache.flink.runtime.io.network.NetworkEnvironment | From | To | |
Rename Parameter | 2 | ||
Rename Parameter eventBuffer : Buffer to buffer : Buffer in method public writeBufferToAllSubpartitions(buffer Buffer) : void in class org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter | From | To | |
Rename Parameter targetChannel : int to subpartitionIndex : int in method public writeBuffer(buffer Buffer, subpartitionIndex int) : void in class org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter | From | To |