|
Change Variable Type segmentsForOwner : Set<DefaultMemorySegment> to segmentsForOwner : Set<MemorySegment> in method public allocatePages(owner Object, target List<MemorySegment>, numPages int) : void in class org.apache.flink.runtime.memory.MemoryManager |
From |
To |
|
Change Variable Type segmentsIterator : Iterator<T> to segmentsIterator : Iterator<MemorySegment> in method public release(segments Collection<MemorySegment>) : void in class org.apache.flink.runtime.memory.MemoryManager |
From |
To |
|
Change Variable Type segments : Set<DefaultMemorySegment> to segments : Set<MemorySegment> in method public shutdown() : void in class org.apache.flink.runtime.memory.MemoryManager |
From |
To |
|
Change Variable Type seg : DefaultMemorySegment to seg : MemorySegment in method public releaseAll(owner Object) : void in class org.apache.flink.runtime.memory.MemoryManager |
From |
To |
|
Change Variable Type segsForOwner : Set<DefaultMemorySegment> to segsForOwner : Set<MemorySegment> in method public release(segments Collection<MemorySegment>) : void in class org.apache.flink.runtime.memory.MemoryManager |
From |
To |
|
Change Variable Type segments : Set<DefaultMemorySegment> to segments : Set<MemorySegment> in method public releaseAll(owner Object) : void in class org.apache.flink.runtime.memory.MemoryManager |
From |
To |
|
Change Variable Type seg : DefaultMemorySegment to seg : MemorySegment in method public shutdown() : void in class org.apache.flink.runtime.memory.MemoryManager |
From |
To |
|
Change Variable Type segsForOwner : Set<DefaultMemorySegment> to segsForOwner : Set<MemorySegment> in method public release(segment MemorySegment) : void in class org.apache.flink.runtime.memory.MemoryManager |
From |
To |
|
Change Variable Type lastOwner : AbstractInvokable to lastOwner : Object in method public release(segments Collection<MemorySegment>) : void in class org.apache.flink.runtime.memory.MemoryManager |
From |
To |
|
Push Down Method public get(index int) : byte from class org.apache.flink.core.memory.MemorySegment to public get(index int) : byte from class org.apache.flink.core.memory.HeapMemorySegment |
From |
To |
|
Push Down Method public put(index int, b byte) : void from class org.apache.flink.core.memory.MemorySegment to public put(index int, b byte) : void from class org.apache.flink.core.memory.HeapMemorySegment |
From |
To |
|
Push Down Method public get(out DataOutput, offset int, length int) : void from class org.apache.flink.core.memory.MemorySegment to public get(out DataOutput, offset int, length int) : void from class org.apache.flink.core.memory.HeapMemorySegment |
From |
To |
|
Push Down Method public put(index int, src byte[]) : void from class org.apache.flink.core.memory.MemorySegment to public put(index int, src byte[]) : void from class org.apache.flink.core.memory.HeapMemorySegment |
From |
To |
|
Push Down Method public get(index int, dst byte[]) : void from class org.apache.flink.core.memory.MemorySegment to public get(index int, dst byte[]) : void from class org.apache.flink.core.memory.HeapMemorySegment |
From |
To |
|
Push Down Method public put(index int, src byte[], offset int, length int) : void from class org.apache.flink.core.memory.MemorySegment to public put(index int, src byte[], offset int, length int) : void from class org.apache.flink.core.memory.HeapMemorySegment |
From |
To |
|
Push Down Method public MemorySegment(memory byte[]) from class org.apache.flink.core.memory.MemorySegment to package HeapMemorySegment(memory byte[], owner Object) from class org.apache.flink.core.memory.HeapMemorySegment |
From |
To |
|
Push Down Method public put(offset int, source ByteBuffer, numBytes int) : void from class org.apache.flink.core.memory.MemorySegment to public put(offset int, source ByteBuffer, numBytes int) : void from class org.apache.flink.core.memory.HeapMemorySegment |
From |
To |
|
Push Down Method public putBoolean(index int, value boolean) : void from class org.apache.flink.core.memory.MemorySegment to public putBoolean(index int, value boolean) : void from class org.apache.flink.core.memory.HeapMemorySegment |
From |
To |
|
Push Down Method public wrap(offset int, length int) : ByteBuffer from class org.apache.flink.core.memory.MemorySegment to public wrap(offset int, length int) : ByteBuffer from class org.apache.flink.core.memory.HeapMemorySegment |
From |
To |
|
Push Down Method public get(index int, dst byte[], offset int, length int) : void from class org.apache.flink.core.memory.MemorySegment to public get(index int, dst byte[], offset int, length int) : void from class org.apache.flink.core.memory.HeapMemorySegment |
From |
To |
|
Push Down Method public getBoolean(index int) : boolean from class org.apache.flink.core.memory.MemorySegment to public getBoolean(index int) : boolean from class org.apache.flink.core.memory.HeapMemorySegment |
From |
To |
|
Push Down Method public put(in DataInput, offset int, length int) : void from class org.apache.flink.core.memory.MemorySegment to public put(in DataInput, offset int, length int) : void from class org.apache.flink.core.memory.HeapMemorySegment |
From |
To |
|
Push Down Method public get(offset int, target ByteBuffer, numBytes int) : void from class org.apache.flink.core.memory.MemorySegment to public get(offset int, target ByteBuffer, numBytes int) : void from class org.apache.flink.core.memory.HeapMemorySegment |
From |
To |
|
Change Return Type CheckedMemorySegment to void in method public putDouble(index int, value double) : void in class org.apache.flink.core.memory.benchmarks.PureHeapMemorySegment |
From |
To |
|
Change Return Type CheckedMemorySegment to void in method public putShort(index int, value short) : void in class org.apache.flink.core.memory.benchmarks.PureHeapMemorySegment |
From |
To |
|
Change Return Type CheckedMemorySegment to void in method public putBoolean(index int, value boolean) : void in class org.apache.flink.core.memory.benchmarks.PureHeapMemorySegment |
From |
To |
|
Change Return Type CheckedMemorySegment to void in method public putChar(index int, value char) : void in class org.apache.flink.core.memory.benchmarks.PureHeapMemorySegment |
From |
To |
|
Change Return Type CheckedMemorySegment to void in method public put(index int, src byte[], offset int, length int) : void in class org.apache.flink.core.memory.benchmarks.PureHeapMemorySegment |
From |
To |
|
Change Return Type CheckedMemorySegment to void in method public put(in DataInput, offset int, length int) : void in class org.apache.flink.core.memory.benchmarks.PureHeapMemorySegment |
From |
To |
|
Change Return Type CheckedMemorySegment to void in method public putFloat(index int, value float) : void in class org.apache.flink.core.memory.benchmarks.PureHeapMemorySegment |
From |
To |
|
Change Return Type CheckedMemorySegment to void in method public get(index int, dst byte[]) : void in class org.apache.flink.core.memory.benchmarks.PureHeapMemorySegment |
From |
To |
|
Change Return Type CheckedMemorySegment to void in method public get(out DataOutput, offset int, length int) : void in class org.apache.flink.core.memory.benchmarks.PureHeapMemorySegment |
From |
To |
|
Change Return Type CheckedMemorySegment to void in method public put(index int, b byte) : void in class org.apache.flink.core.memory.benchmarks.PureHeapMemorySegment |
From |
To |
|
Change Return Type CheckedMemorySegment to void in method public get(index int, dst byte[], offset int, length int) : void in class org.apache.flink.core.memory.benchmarks.PureHeapMemorySegment |
From |
To |
|
Change Return Type CheckedMemorySegment to void in method public put(index int, src byte[]) : void in class org.apache.flink.core.memory.benchmarks.PureHeapMemorySegment |
From |
To |
|
Change Attribute Type memoryManager : DefaultMemoryManager to memoryManager : MemoryManager in class org.apache.flink.runtime.io.disk.iomanager.IOManagerITCase |
From |
To |
|
Change Attribute Type memoryManager : DefaultMemoryManager to memoryManager : MemoryManager in class org.apache.flink.runtime.operators.sort.NormalizedKeySorterTest |
From |
To |
|
Change Attribute Type memoryManager : DefaultMemoryManager to memoryManager : MemoryManager in class org.apache.flink.runtime.memory.MemoryManagerLazyAllocationTest |
From |
To |
|
Change Attribute Type manager : DefaultMemoryManager to manager : MemoryManager in class org.apache.flink.runtime.memory.MemorySegmentSimpleTest |
From |
To |
|
Change Attribute Type memoryManager : DefaultMemoryManager to memoryManager : MemoryManager in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorterTest |
From |
To |
|
Change Attribute Type memManager : DefaultMemoryManager to memManager : MemoryManager in class org.apache.flink.runtime.io.disk.iomanager.IOManagerPerformanceBenchmark |
From |
To |
|
Change Attribute Type freeSegments : ArrayDeque<byte[]> to memoryPool : MemoryPool in class org.apache.flink.runtime.memory.MemoryManager |
From |
To |
|
Change Attribute Type allocatedSegments : HashMap<AbstractInvokable,Set<DefaultMemorySegment>> to allocatedSegments : HashMap<Object,Set<MemorySegment>> in class org.apache.flink.runtime.memory.MemoryManager |
From |
To |
|
Change Attribute Type memoryManager : DefaultMemoryManager to memoryManager : MemoryManager in class org.apache.flink.runtime.memory.MemoryManagerTest |
From |
To |