41769a0e2d8f8e336685641ee2f3639b00777839
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type taskManagerSystem : ActorSystem to taskManagerTerminationFuture : CompletableFuture<Void> in method public startIfConfigured(logger Logger, configuration Configuration, taskManagerTerminationFuture CompletableFuture<Void>) : void in class org.apache.flink.runtime.taskmanager.MemoryLogger | From | To | |
Change Parameter Type monitored : ActorSystem to monitored : CompletableFuture<Void> in method public MemoryLogger(logger Logger, interval long, monitored CompletableFuture<Void>) in class org.apache.flink.runtime.taskmanager.MemoryLogger | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type monitored : ActorSystem to monitored : CompletableFuture<Void> in class org.apache.flink.runtime.taskmanager.MemoryLogger | From | To | |
Rename Parameter | 1 | ||
Rename Parameter taskManagerSystem : ActorSystem to taskManagerTerminationFuture : CompletableFuture<Void> in method public startIfConfigured(logger Logger, configuration Configuration, taskManagerTerminationFuture CompletableFuture<Void>) : void in class org.apache.flink.runtime.taskmanager.MemoryLogger | From | To |