00400e9259e11e34a9114f2c3545a3f7475cd92a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method private internalAllocateSlot(slotRequestId SlotRequestId, task ScheduledUnit, slotProfile SlotProfile, allowQueuedScheduling boolean, allocationTimeout Time) : CompletableFuture<LogicalSlot> inlined to public allocateSlot(slotRequestId SlotRequestId, task ScheduledUnit, slotProfile SlotProfile, allowQueuedScheduling boolean, allocationTimeout Time) : CompletableFuture<LogicalSlot> in class org.apache.flink.runtime.jobmaster.slotpool.SlotPool | From | To | |
Rename Parameter | 2 | ||
Rename Parameter timeout : Time to allocationTimeout : Time in method public allocateSlot(slotRequestId SlotRequestId, task ScheduledUnit, slotProfile SlotProfile, allowQueuedScheduling boolean, allocationTimeout Time) : CompletableFuture<LogicalSlot> in class org.apache.flink.runtime.jobmaster.slotpool.SlotPool | From | To | |
Rename Parameter scheduledUnit : ScheduledUnit to task : ScheduledUnit in method public allocateSlot(slotRequestId SlotRequestId, task ScheduledUnit, slotProfile SlotProfile, allowQueuedScheduling boolean, allocationTimeout Time) : CompletableFuture<LogicalSlot> in class org.apache.flink.runtime.jobmaster.slotpool.SlotPool | From | To |