7215f9d3eca9da7938f029995d71d4fd0d575724
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type FlinkFuture<LeaderAddressAndId> to CompletableFuture<LeaderAddressAndId> in method public future() : CompletableFuture<LeaderAddressAndId> in class org.apache.flink.runtime.minicluster.OneTimeLeaderListenerFuture | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type addressAndIdFuture : Future<LeaderAddressAndId> to addressAndIdFuture : CompletableFuture<LeaderAddressAndId> in method public waitUntilTaskManagerRegistrationsComplete() : void in class org.apache.flink.runtime.minicluster.MiniCluster | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type future : FlinkCompletableFuture<LeaderAddressAndId> to future : CompletableFuture<LeaderAddressAndId> in class org.apache.flink.runtime.minicluster.OneTimeLeaderListenerFuture | From | To |