84672c22f8088a70caf35b54d74eee458bf600dd
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type future : FlinkCompletableFuture<SimpleSlot> to future : CompletableFuture<SimpleSlot> in method public QueuedTask(task ScheduledUnit, future CompletableFuture<SimpleSlot>) in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler.QueuedTask | From | To | |
Rename Variable | 1 | ||
Rename Variable future : Future<SimpleSlot> to slotAllocationFuture : Future<SimpleSlot> in method public scheduleForExecution(slotProvider SlotProvider, queued boolean) : boolean in class org.apache.flink.runtime.executiongraph.Execution | From | To | |
Change Return Type | 1 | ||
Change Return Type FlinkCompletableFuture<SimpleSlot> to CompletableFuture<SimpleSlot> in method public getFuture() : CompletableFuture<SimpleSlot> in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler.QueuedTask | From | To | |
Change Variable Type | 1 | ||
Change Variable Type future : FlinkCompletableFuture<SimpleSlot> to future : CompletableFuture<SimpleSlot> in method private scheduleTask(task ScheduledUnit, queueIfNoResource boolean) : Object in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type future : FlinkCompletableFuture<SimpleSlot> to future : CompletableFuture<SimpleSlot> in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler.QueuedTask | From | To |