d7550d6a6e384546b25ca1e4d76dd26ca539973a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getMetricQueryServiceAddress(timeout Time) : CompletableFuture<String> renamed to public requestMetricQueryServiceAddress(timeout Time) : CompletableFuture<SerializableOptional<String>> in class org.apache.flink.runtime.taskexecutor.TaskExecutorGateway | From | To | |
Rename Method public getMetricQueryServiceAddress(timeout Time) : CompletableFuture<String> renamed to public requestMetricQueryServiceAddress(timeout Time) : CompletableFuture<SerializableOptional<String>> in class org.apache.flink.runtime.taskexecutor.TaskExecutor | From | To | |
Rename Method public getMetricQueryServiceAddress(timeout Time) : CompletableFuture<String> renamed to public requestMetricQueryServiceAddress(timeout Time) : CompletableFuture<SerializableOptional<String>> in class org.apache.flink.runtime.taskexecutor.TestingTaskExecutorGateway | From | To | |
Rename Variable | 1 | ||
Rename Variable metricQueryServicePaths : ArrayList<Tuple2<ResourceID,String>> to metricQueryServicePathFutures : ArrayList<CompletableFuture<Optional<Tuple2<ResourceID,String>>>> in method public requestTaskManagerMetricQueryServicePaths(timeout Time) : CompletableFuture<Collection<Tuple2<ResourceID,String>>> in class org.apache.flink.runtime.resourcemanager.ResourceManager | From | To | |
Change Return Type | 3 | ||
Change Return Type CompletableFuture<String> to CompletableFuture<SerializableOptional<String>> in method public requestMetricQueryServiceAddress(timeout Time) : CompletableFuture<SerializableOptional<String>> in class org.apache.flink.runtime.taskexecutor.TaskExecutorGateway | From | To | |
Change Return Type CompletableFuture<String> to CompletableFuture<SerializableOptional<String>> in method public requestMetricQueryServiceAddress(timeout Time) : CompletableFuture<SerializableOptional<String>> in class org.apache.flink.runtime.taskexecutor.TestingTaskExecutorGateway | From | To | |
Change Return Type CompletableFuture<String> to CompletableFuture<SerializableOptional<String>> in method public requestMetricQueryServiceAddress(timeout Time) : CompletableFuture<SerializableOptional<String>> in class org.apache.flink.runtime.taskexecutor.TaskExecutor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type metricQueryServicePaths : ArrayList<Tuple2<ResourceID,String>> to metricQueryServicePathFutures : ArrayList<CompletableFuture<Optional<Tuple2<ResourceID,String>>>> in method public requestTaskManagerMetricQueryServicePaths(timeout Time) : CompletableFuture<Collection<Tuple2<ResourceID,String>>> in class org.apache.flink.runtime.resourcemanager.ResourceManager | From | To |