4c8851a3aa8d4154e88d8a19c93535ee9ac4a6a3
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Merge Attribute | 1 | ||
| Merge Attribute [memoryManager : MemoryManager, ioManager : IOManager, networkEnvironment : NetworkEnvironment, broadcastVariableManager : BroadcastVariableManager, fileCache : FileCache] to taskExecutorServices : TaskManagerServices in class org.apache.flink.runtime.taskexecutor.TaskExecutor | From | To | |
| Rename Variable | 1 | ||
| Rename Variable broadcastVariableManager : BroadcastVariableManager to taskManagerServices : TaskManagerServices in method public testSlotAllocation() : void in class org.apache.flink.runtime.taskexecutor.TaskExecutorITCase | From | To | |
| Move Attribute | 4 | ||
| Move Attribute private fileCache : FileCache from class org.apache.flink.runtime.taskexecutor.TaskExecutor to private fileCache : FileCache from class org.apache.flink.runtime.taskexecutor.TaskManagerServicesBuilder | From | To | |
| Move Attribute private memoryManager : MemoryManager from class org.apache.flink.runtime.taskexecutor.TaskExecutor to private memoryManager : MemoryManager from class org.apache.flink.runtime.taskexecutor.TaskManagerServicesBuilder | From | To | |
| Move Attribute private broadcastVariableManager : BroadcastVariableManager from class org.apache.flink.runtime.taskexecutor.TaskExecutor to private broadcastVariableManager : BroadcastVariableManager from class org.apache.flink.runtime.taskexecutor.TaskManagerServicesBuilder | From | To | |
| Move Attribute private ioManager : IOManager from class org.apache.flink.runtime.taskexecutor.TaskExecutor to private ioManager : IOManager from class org.apache.flink.runtime.taskexecutor.TaskManagerServicesBuilder | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type broadcastVariableManager : BroadcastVariableManager to taskManagerServices : TaskManagerServices in method public testSlotAllocation() : void in class org.apache.flink.runtime.taskexecutor.TaskExecutorITCase | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public shutDown() : void extracted from public postStop() : void in class org.apache.flink.runtime.taskexecutor.TaskExecutor & moved to class org.apache.flink.runtime.taskexecutor.TaskManagerServices | From | To |