1854a3de19a8f73a49e3c1d9438d61b5e4c6a452
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testTotalMemoryDoesNotExceedContainerMemory() : void renamed to public testTotalMemoryDoesNotExceedContainerMemoryOffHeap() : void in class org.apache.flink.runtime.clusterframework.ContaineredTaskManagerParametersTest | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public memoryType() : MemoryType from class org.apache.flink.runtime.taskmanager.NetworkEnvironmentConfiguration to public getMemoryType() : MemoryType from class org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration | From | To | |
Rename Variable | 2 | ||
Rename Variable offHeapSize : long to offHeapSizeMB : long in method public create(config Configuration, containerMemoryMB long, numSlots int) : ContaineredTaskManagerParameters in class org.apache.flink.runtime.clusterframework.ContaineredTaskManagerParameters | From | To | |
Rename Variable maxMemory : long to maxJvmHeap : long in method private createMemoryManager(taskManagerServicesConfiguration TaskManagerServicesConfiguration) : MemoryManager in class org.apache.flink.runtime.taskexecutor.TaskManagerServices | From | To | |
Move Attribute | 1 | ||
Move Attribute private memoryType : MemoryType from class org.apache.flink.runtime.taskmanager.NetworkEnvironmentConfiguration to private memoryType : MemoryType from class org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration | From | To |