bd715c663c226b6f0042a20d768e57433aa97623
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type disposeSavepointFunction : BiFunction<String,Time,CompletableFuture<Acknowledge>> to disposeSavepointFunction : Function<String,CompletableFuture<Acknowledge>> in method package DisposeSavepointClusterClient(disposeSavepointFunction Function<String,CompletableFuture<Acknowledge>>, configuration Configuration) in class org.apache.flink.client.cli.CliFrontendSavepointTest.DisposeSavepointClusterClient | From | To | |
Move Method | 1 | ||
Move Method public disposeSavepoint(savepointPath String, timeout Time) : CompletableFuture<Acknowledge> from class org.apache.flink.client.program.MiniClusterClient to public disposeSavepoint(savepointPath String, timeout Time) : CompletableFuture<Acknowledge> from class org.apache.flink.runtime.webmonitor.RestfulGateway | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute blobServerConfig : Configuration to configuration : Configuration in method public setUp() : void in class org.apache.flink.runtime.dispatcher.DispatcherTest | From | To | |
Extract Method | 1 | ||
Extract Method public loadStateBackend(configuration Configuration, classLoader ClassLoader, logger Logger) : StateBackend extracted from public disposeSavepoint(pointer String, configuration Configuration, classLoader ClassLoader, logger Logger) : void in class org.apache.flink.runtime.checkpoint.Checkpoints | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type disposeSavepointFunction : BiFunction<String,Time,CompletableFuture<Acknowledge>> to disposeSavepointFunction : Function<String,CompletableFuture<Acknowledge>> in class org.apache.flink.client.cli.CliFrontendSavepointTest.DisposeSavepointClusterClient | From | To |