206ea2119ce80c7d4920a471eb58c1d30abbd995
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type totalPartsUsed : int to totalPartsUsed : long in method private redistributeBuffers() : void in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool | From | To | |
Change Variable Type totalCapacity : int to totalCapacity : long in method private redistributeBuffers() : void in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type availableMemorySegments : Queue<MemorySegment> to availableMemorySegments : ArrayBlockingQueue<MemorySegment> in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool | From | To | |
Change Attribute Type availableMemorySegments : Queue<MemorySegment> to availableMemorySegments : ArrayDeque<MemorySegment> in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool | From | To |