e9fc98a7576475eb7e7fb9ed84773843707b1917
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type pools : List<MemoryPoolInfo> to pools : Map<MemoryPoolId,MemoryPoolInfo> in method public MemoryInfo(totalNodeMemory DataSize, pools Map<MemoryPoolId,MemoryPoolInfo>) in class com.facebook.presto.memory.MemoryInfo | From | To | |
Move Method | 1 | ||
Move Method public getId() : MemoryPoolId from class com.facebook.presto.memory.MemoryPoolInfo to public getId() : MemoryPoolId from class com.facebook.presto.memory.ClusterMemoryPool | From | To | |
Change Return Type | 1 | ||
Change Return Type List<MemoryPoolInfo> to Map<MemoryPoolId,MemoryPoolInfo> in method public getPools() : Map<MemoryPoolId,MemoryPoolInfo> in class com.facebook.presto.memory.MemoryInfo | From | To | |
Move Attribute | 1 | ||
Move Attribute private id : MemoryPoolId from class com.facebook.presto.memory.MemoryPoolInfo to private id : MemoryPoolId from class com.facebook.presto.memory.ClusterMemoryPool | From | To | |
Move Class | 1 | ||
Move Class com.facebook.presto.tests.TestMemoryManager moved to com.facebook.presto.memory.TestMemoryManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type pools : List<MemoryPoolInfo> to pools : Map<MemoryPoolId,MemoryPoolInfo> in class com.facebook.presto.memory.MemoryInfo | From | To |