|
Change Parameter Type first : JobIdsWithStatusesOverview to first : JobIdsWithStatusOverview in method public JobIdsWithStatusOverview(first JobIdsWithStatusOverview, second JobIdsWithStatusOverview) in class org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverview |
From |
To |
|
Change Parameter Type second : JobIdsWithStatusesOverview to second : JobIdsWithStatusOverview in method public JobIdsWithStatusOverview(first JobIdsWithStatusOverview, second JobIdsWithStatusOverview) in class org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverview |
From |
To |
|
Change Parameter Type second : Collection<Tuple2<JobID,JobStatus>> to second : Collection<JobIdWithStatus> in method private combine(first Collection<JobIdWithStatus>, second Collection<JobIdWithStatus>) : Collection<JobIdWithStatus> in class org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverview |
From |
To |
|
Change Parameter Type messageHeaders : MessageHeaders<EmptyRequestBody,JobIdsWithStatusesOverview,EmptyMessageParameters> to messageHeaders : MessageHeaders<EmptyRequestBody,JobIdsWithStatusOverview,EmptyMessageParameters> in method public JobIdsHandler(localRestAddress CompletableFuture<String>, leaderRetriever GatewayRetriever<? extends T>, timeout Time, responseHeaders Map<String,String>, messageHeaders MessageHeaders<EmptyRequestBody,JobIdsWithStatusOverview,EmptyMessageParameters>) in class org.apache.flink.runtime.rest.handler.job.JobIdsHandler |
From |
To |
|
Change Parameter Type first : Collection<Tuple2<JobID,JobStatus>> to first : Collection<JobIdWithStatus> in method private combine(first Collection<JobIdWithStatus>, second Collection<JobIdWithStatus>) : Collection<JobIdWithStatus> in class org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverview |
From |
To |
|
Change Parameter Type jobIds : Collection<Tuple2<JobID,JobStatus>> to jobsWithStatus : Collection<JobIdWithStatus> in method public JobIdsWithStatusOverview(jobsWithStatus Collection<JobIdWithStatus>) in class org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverview |
From |
To |
|
Change Return Type CompletableFuture<JobIdsWithStatusesOverview> to CompletableFuture<JobIdsWithStatusOverview> in method protected handleRequest(request HandlerRequest<EmptyRequestBody,EmptyMessageParameters>, gateway T) : CompletableFuture<JobIdsWithStatusOverview> in class org.apache.flink.runtime.rest.handler.job.JobIdsHandler |
From |
To |
|
Change Return Type Collection<Tuple2<JobID,JobStatus>> to Collection<JobIdWithStatus> in method public getJobsWithStatus() : Collection<JobIdWithStatus> in class org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverview |
From |
To |
|
Change Return Type Class<JobIdsWithStatusesOverview> to Class<JobIdsWithStatusOverview> in method protected getTestResponseClass() : Class<JobIdsWithStatusOverview> in class org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverviewTest |
From |
To |
|
Change Return Type Class<JobIdsWithStatusesOverview> to Class<JobIdsWithStatusOverview> in method public getResponseClass() : Class<JobIdsWithStatusOverview> in class org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders |
From |
To |
|
Change Return Type CompletableFuture<JobIdsWithStatusesOverview> to CompletableFuture<JobIdsWithStatusOverview> in method public requestJobsOverview(timeout Time) : CompletableFuture<JobIdsWithStatusOverview> in class org.apache.flink.runtime.akka.AkkaJobManagerGateway |
From |
To |
|
Change Return Type JobIdsWithStatusesOverview to JobIdsWithStatusOverview in method protected getTestResponseInstance() : JobIdsWithStatusOverview in class org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverviewTest |
From |
To |
|
Change Return Type CompletableFuture<JobIdsWithStatusesOverview> to CompletableFuture<JobIdsWithStatusOverview> in method public requestJobsOverview(timeout Time) : CompletableFuture<JobIdsWithStatusOverview> in class org.apache.flink.runtime.jobmaster.JobManagerGateway |
From |
To |
|
Change Return Type Collection<Tuple2<JobID,JobStatus>> to Collection<JobIdWithStatus> in method private combine(first Collection<JobIdWithStatus>, second Collection<JobIdWithStatus>) : Collection<JobIdWithStatus> in class org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverview |
From |
To |
|
Change Variable Type that : JobIdsWithStatusesOverview to that : JobIdsWithStatusOverview in method public equals(obj Object) : boolean in class org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverview |
From |
To |
|
Change Variable Type overviewFuture : CompletableFuture<JobIdsWithStatusesOverview> to overviewFuture : CompletableFuture<JobIdsWithStatusOverview> in method public handleJsonRequest(pathParams Map<String,String>, queryParams Map<String,String>, jobManagerGateway JobManagerGateway) : CompletableFuture<String> in class org.apache.flink.runtime.rest.handler.legacy.CurrentJobIdsHandler |
From |
To |
|
Change Variable Type overview : JobIdsWithStatusesOverview to overview : JobIdsWithStatusOverview in method public handleJsonRequest(pathParams Map<String,String>, queryParams Map<String,String>, jobManagerGateway JobManagerGateway) : CompletableFuture<String> in class org.apache.flink.runtime.rest.handler.legacy.CurrentJobIdsHandler |
From |
To |
|
Change Variable Type result : ArrayList<Tuple2<JobID,JobStatus>> to result : ArrayList<JobIdWithStatus> in method private combine(first Collection<JobIdWithStatus>, second Collection<JobIdWithStatus>) : Collection<JobIdWithStatus> in class org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverview |
From |
To |