6c70b7bd8e15684358fddc802f2eb9e62c9a16ac
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public setFreeSlotConsumer(consumer Consumer<Tuple2<AllocationID,Throwable>>) : void renamed to public setFreeSlotFunction(freeSlotFunction BiFunction<AllocationID,Throwable,CompletableFuture<Acknowledge>>) : void in class org.apache.flink.runtime.executiongraph.utils.SimpleAckingTaskManagerGateway | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type consumer : Consumer<Tuple2<AllocationID,Throwable>> to freeSlotFunction : BiFunction<AllocationID,Throwable,CompletableFuture<Acknowledge>> in method public setFreeSlotFunction(freeSlotFunction BiFunction<AllocationID,Throwable,CompletableFuture<Acknowledge>>) : void in class org.apache.flink.runtime.executiongraph.utils.SimpleAckingTaskManagerGateway | From | To | |
| Rename Variable | 1 | ||
| Rename Variable currentFreeSlotConsumer : Consumer<Tuple2<AllocationID,Throwable>> to currentFreeSlotFunction : BiFunction<AllocationID,Throwable,CompletableFuture<Acknowledge>> in method public freeSlot(allocationId AllocationID, cause Throwable, timeout Time) : CompletableFuture<Acknowledge> in class org.apache.flink.runtime.executiongraph.utils.SimpleAckingTaskManagerGateway | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute freeSlotConsumer : Consumer<Tuple2<AllocationID,Throwable>> to freeSlotFunction : BiFunction<AllocationID,Throwable,CompletableFuture<Acknowledge>> in class org.apache.flink.runtime.executiongraph.utils.SimpleAckingTaskManagerGateway | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type currentFreeSlotConsumer : Consumer<Tuple2<AllocationID,Throwable>> to currentFreeSlotFunction : BiFunction<AllocationID,Throwable,CompletableFuture<Acknowledge>> in method public freeSlot(allocationId AllocationID, cause Throwable, timeout Time) : CompletableFuture<Acknowledge> in class org.apache.flink.runtime.executiongraph.utils.SimpleAckingTaskManagerGateway | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type freeSlotConsumer : Consumer<Tuple2<AllocationID,Throwable>> to freeSlotFunction : BiFunction<AllocationID,Throwable,CompletableFuture<Acknowledge>> in class org.apache.flink.runtime.executiongraph.utils.SimpleAckingTaskManagerGateway | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter consumer : Consumer<Tuple2<AllocationID,Throwable>> to freeSlotFunction : BiFunction<AllocationID,Throwable,CompletableFuture<Acknowledge>> in method public setFreeSlotFunction(freeSlotFunction BiFunction<AllocationID,Throwable,CompletableFuture<Acknowledge>>) : void in class org.apache.flink.runtime.executiongraph.utils.SimpleAckingTaskManagerGateway | From | To |