e546009b7360c341d74b53c5d805e84f6276a897
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type ioManager : IOManager to resultPartitionFactory : ResultPartitionFactory in method private NetworkEnvironment(config NetworkEnvironmentConfiguration, networkBufferPool NetworkBufferPool, connectionManager ConnectionManager, resultPartitionManager ResultPartitionManager, taskEventPublisher TaskEventPublisher, resultPartitionFactory ResultPartitionFactory) in class org.apache.flink.runtime.io.network.NetworkEnvironment | From | To | |
| Move Method | 2 | ||
| Move Method private releasePartitionsQuietly(partitions ResultSubpartition[], until int) : void from class org.apache.flink.runtime.io.network.partition.ResultPartition to private releasePartitionsQuietly(partitions ResultSubpartition[], until int) : void from class org.apache.flink.runtime.io.network.partition.ResultPartitionFactory | From | To | |
| Move Method private initializeBoundedBlockingPartitions(subpartitions ResultSubpartition[], parent ResultPartition, ioManager IOManager) : void from class org.apache.flink.runtime.io.network.partition.ResultPartition to private initializeBoundedBlockingPartitions(subpartitions ResultSubpartition[], parent ResultPartition, ioManager IOManager) : void from class org.apache.flink.runtime.io.network.partition.ResultPartitionFactory | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private ioManager : IOManager from class org.apache.flink.runtime.io.network.NetworkEnvironment to private ioManager : IOManager from class org.apache.flink.runtime.io.network.partition.ResultPartitionFactory | From | To | |
| Extract Class | 2 | ||
| Extract Class org.apache.flink.runtime.io.network.partition.ResultPartitionFactory from class org.apache.flink.runtime.io.network.NetworkEnvironment | From | To | |
| Extract Class org.apache.flink.runtime.io.network.partition.ResultPartitionFactory from class org.apache.flink.runtime.io.network.partition.ResultPartition | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute ioManager : IOManager to resultPartitionFactory : ResultPartitionFactory in class org.apache.flink.runtime.io.network.NetworkEnvironment | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type ioManager : IOManager to resultPartitionFactory : ResultPartitionFactory in class org.apache.flink.runtime.io.network.NetworkEnvironment | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter ioManager : IOManager to resultPartitionFactory : ResultPartitionFactory in method private NetworkEnvironment(config NetworkEnvironmentConfiguration, networkBufferPool NetworkBufferPool, connectionManager ConnectionManager, resultPartitionManager ResultPartitionManager, taskEventPublisher TaskEventPublisher, resultPartitionFactory ResultPartitionFactory) in class org.apache.flink.runtime.io.network.NetworkEnvironment | From | To |