67aad88ee025ce02053ab560f2504762f53b87d9
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type CompletableFuture<JobsWithIDsOverview> to CompletableFuture<JobIdsWithStatusesOverview> in method public requestJobsOverview(timeout Time) : CompletableFuture<JobIdsWithStatusesOverview> in class org.apache.flink.runtime.akka.AkkaJobManagerGateway | From | To | |
Change Return Type CompletableFuture<JobsWithIDsOverview> to CompletableFuture<JobIdsWithStatusesOverview> in method public requestJobsOverview(timeout Time) : CompletableFuture<JobIdsWithStatusesOverview> in class org.apache.flink.runtime.jobmaster.JobManagerGateway | From | To | |
Move Attribute | 1 | ||
Move Attribute private CURRENT_JOB_IDS_REST_PATH : String from class org.apache.flink.runtime.rest.handler.legacy.CurrentJobIdsHandler to public CURRENT_JOB_IDS_REST_PATH : String from class org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders | From | To |