482565608414fea8df7ed86d5d9a8d90fdfcd4f7
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private modifyTupleTypeInfo(root File) : void renamed to private modifyTupleType(root File) : void in class org.apache.flink.api.java.tuple.TupleGenerator | From | To | |
| Rename Variable | 2 | ||
| Rename Variable designatedWriteBuffers : int to fractionalAuxBuffers : int in method protected UnilateralSortMerger(memoryManager MemoryManager, memory List<MemorySegment>, ioManager IOManager, input MutableObjectIterator<E>, parentTask AbstractInvokable, serializerFactory TypeSerializerFactory<E>, comparator TypeComparator<E>, numSortBuffers int, maxNumFileHandles int, startSpillingFraction float, noSpillingMemory boolean, handleLargeRecords boolean) in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger | From | To | |
| Rename Variable minBuffers : int to minBuffersForMerging : int in method protected UnilateralSortMerger(memoryManager MemoryManager, memory List<MemorySegment>, ioManager IOManager, input MutableObjectIterator<E>, parentTask AbstractInvokable, serializerFactory TypeSerializerFactory<E>, comparator TypeComparator<E>, numSortBuffers int, maxNumFileHandles int, startSpillingFraction float, noSpillingMemory boolean, handleLargeRecords boolean) in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private CLASSES : Class<?>[] from class org.apache.flink.api.java.typeutils.TupleTypeInfo to private CLASSES : Class<?>[] from class org.apache.flink.api.java.tuple.Tuple | From | To | |
| Rename Attribute | 4 | ||
| Rename Attribute TUPLE_TYPE_INFO_CLASSNAME : String to TUPLE_CLASSNAME : String in class org.apache.flink.api.java.tuple.TupleGenerator | From | To | |
| Rename Attribute maxNumFileHandles : int to maxFanIn : int in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread | From | To | |
| Rename Attribute TUPLE_TYPE_INFO_PACKAGE : String to TUPLE_PACKAGE : String in class org.apache.flink.api.java.tuple.TupleGenerator | From | To | |
| Rename Attribute sortReadMemory : List<MemorySegment> to mergeReadMemory : List<MemorySegment> in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type sortReadMemory : ArrayList<MemorySegment> to sortReadMemory : List<MemorySegment> in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger | From | To | |
| Change Attribute Type writeMemory : ArrayList<MemorySegment> to writeMemory : List<MemorySegment> in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger | From | To |