|
Change Parameter Type graph : ExecutionGraph to graph : AccessExecutionGraph in method public handleRequest(graph AccessExecutionGraph, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobConfigHandler |
From |
To |
|
Change Parameter Type vertex : ExecutionVertex to vertex : AccessExecutionVertex in method public handleRequest(vertex AccessExecutionVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.AbstractSubtaskAttemptRequestHandler |
From |
To |
|
Change Parameter Type graph : ExecutionGraph to graph : AccessExecutionGraph in method public handleRequest(graph AccessExecutionGraph, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobAccumulatorsHandler |
From |
To |
|
Change Parameter Type jobVertex : ExecutionJobVertex to jobVertex : AccessExecutionJobVertex in method public handleRequest(jobVertex AccessExecutionJobVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.AbstractSubtaskRequestHandler |
From |
To |
|
Change Parameter Type jobVertex : ExecutionJobVertex to jobVertex : AccessExecutionJobVertex in method public handleRequest(jobVertex AccessExecutionJobVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobVertexTaskManagersHandler |
From |
To |
|
Change Parameter Type vertex : ExecutionVertex to vertex : AccessExecutionVertex in method public abstract handleRequest(vertex AccessExecutionVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.AbstractSubtaskRequestHandler |
From |
To |
|
Change Parameter Type graph : ExecutionGraph to graph : AccessExecutionGraph in method public handleRequest(graph AccessExecutionGraph, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobCheckpointsHandler |
From |
To |
|
Change Parameter Type jobVertex : ExecutionJobVertex to jobVertex : AccessExecutionJobVertex in method public abstract handleRequest(jobVertex AccessExecutionJobVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.AbstractJobVertexRequestHandler |
From |
To |
|
Change Parameter Type jobVertex : ExecutionJobVertex to jobVertex : AccessExecutionJobVertex in method public handleRequest(jobVertex AccessExecutionJobVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.SubtasksTimesHandler |
From |
To |
|
Change Parameter Type graph : ExecutionGraph to graph : AccessExecutionGraph in method public handleRequest(graph AccessExecutionGraph, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobDetailsHandler |
From |
To |
|
Change Parameter Type jobVertex : ExecutionJobVertex to accessJobVertex : AccessExecutionJobVertex in method public handleRequest(accessJobVertex AccessExecutionJobVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobVertexBackPressureHandler |
From |
To |
|
Change Parameter Type execAttempt : Execution to execAttempt : AccessExecution in method public handleRequest(execAttempt AccessExecution, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.SubtaskExecutionAttemptAccumulatorsHandler |
From |
To |
|
Change Parameter Type graph : ExecutionGraph to graph : AccessExecutionGraph in method public handleRequest(graph AccessExecutionGraph, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobExceptionsHandler |
From |
To |
|
Change Parameter Type jobVertex : ExecutionJobVertex to jobVertex : AccessExecutionJobVertex in method public handleRequest(jobVertex AccessExecutionJobVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.SubtasksAllAccumulatorsHandler |
From |
To |
|
Change Parameter Type jobVertex : ExecutionJobVertex to jobVertex : AccessExecutionJobVertex in method public handleRequest(jobVertex AccessExecutionJobVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobVertexAccumulatorsHandler |
From |
To |
|
Change Parameter Type execAttempt : Execution to execAttempt : AccessExecution in method public abstract handleRequest(execAttempt AccessExecution, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.AbstractSubtaskAttemptRequestHandler |
From |
To |
|
Change Parameter Type vertex : ExecutionVertex to vertex : AccessExecutionVertex in method public handleRequest(vertex AccessExecutionVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.SubtaskCurrentAttemptDetailsHandler |
From |
To |
|
Change Parameter Type graph : ExecutionGraph to graph : AccessExecutionGraph in method public handleRequest(graph AccessExecutionGraph, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobPlanHandler |
From |
To |
|
Change Parameter Type execAttempt : Execution to execAttempt : AccessExecution in method public handleRequest(execAttempt AccessExecution, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.SubtaskExecutionAttemptDetailsHandler |
From |
To |
|
Change Parameter Type jobVertex : ExecutionJobVertex to jobVertex : AccessExecutionJobVertex in method public handleRequest(jobVertex AccessExecutionJobVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobVertexCheckpointsHandler |
From |
To |
|
Change Parameter Type graph : ExecutionGraph to graph : AccessExecutionGraph in method public handleRequest(graph AccessExecutionGraph, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.AbstractJobVertexRequestHandler |
From |
To |
|
Change Parameter Type graph : ExecutionGraph to graph : AccessExecutionGraph in method public abstract handleRequest(graph AccessExecutionGraph, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.AbstractExecutionGraphRequestHandler |
From |
To |
|
Change Parameter Type job : ExecutionGraph to job : AccessExecutionGraph in method public createDetailsForJob(job AccessExecutionGraph) : JobDetails in class org.apache.flink.runtime.webmonitor.WebMonitorUtils |
From |
To |
|
Change Parameter Type jobVertex : ExecutionJobVertex to jobVertex : AccessExecutionJobVertex in method public handleRequest(jobVertex AccessExecutionJobVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobVertexDetailsHandler |
From |
To |
|
Change Variable Type taskManagerVertices : Map<String,List<ExecutionVertex>> to taskManagerVertices : Map<String,List<AccessExecutionVertex>> in method public handleRequest(jobVertex AccessExecutionJobVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobVertexTaskManagersHandler |
From |
To |
|
Change Variable Type t : Throwable to t : String in method public handleRequest(graph AccessExecutionGraph, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobExceptionsHandler |
From |
To |
|
Change Variable Type cached : ExecutionGraph to cached : AccessExecutionGraph in method public getExecutionGraph(jid JobID, jobManager ActorGateway) : AccessExecutionGraph in class org.apache.flink.runtime.webmonitor.ExecutionGraphHolder |
From |
To |
|
Change Variable Type vertex : ExecutionVertex to vertex : AccessExecutionVertex in method public handleRequest(jobVertex AccessExecutionJobVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobVertexTaskManagersHandler |
From |
To |
|
Change Variable Type vertices : List<ExecutionVertex> to vertices : List<AccessExecutionVertex> in method public handleRequest(jobVertex AccessExecutionJobVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobVertexTaskManagersHandler |
From |
To |
|
Change Variable Type failureCause : Throwable to failureCause : String in method public testDuplicateRegistrationFailsJob() : void in class org.apache.flink.test.query.QueryableStateITCase |
From |
To |
|
Change Variable Type eg : ExecutionGraph to eg : AccessExecutionGraph in method public getExecutionGraph(jid JobID, jobManager ActorGateway) : AccessExecutionGraph in class org.apache.flink.runtime.webmonitor.ExecutionGraphHolder |
From |
To |
|
Change Variable Type currentAttempt : Execution to currentAttempt : AccessExecution in method public handleRequest(vertex AccessExecutionVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.AbstractSubtaskAttemptRequestHandler |
From |
To |
|
Change Variable Type vertex : ExecutionVertex to vertex : AccessExecutionVertex in method public handleRequest(graph AccessExecutionGraph, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobDetailsHandler |
From |
To |
|
Change Variable Type vertex : ExecutionVertex to vertex : AccessExecutionVertex in method public handleRequest(jobVertex AccessExecutionJobVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.SubtasksAllAccumulatorsHandler |
From |
To |
|
Change Variable Type eg : ExecutionGraph to eg : AccessExecutionGraph in method public handleRequest(pathParams Map<String,String>, queryParams Map<String,String>, jobManager ActorGateway) : String in class org.apache.flink.runtime.webmonitor.handlers.AbstractExecutionGraphRequestHandler |
From |
To |
|
Change Variable Type vertex : ExecutionVertex to vertex : AccessExecutionVertex in method public handleRequest(jobVertex AccessExecutionJobVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobVertexDetailsHandler |
From |
To |
|
Change Variable Type entry : Entry<String,List<ExecutionVertex>> to entry : Entry<String,List<AccessExecutionVertex>> in method public handleRequest(jobVertex AccessExecutionJobVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobVertexTaskManagersHandler |
From |
To |
|
Change Variable Type summary : ExecutionConfigSummary to summary : ArchivedExecutionConfig in method public handleRequest(graph AccessExecutionGraph, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobConfigHandler |
From |
To |
|
Change Variable Type vertices : ExecutionVertex[] to vertices : AccessExecutionVertex[] in method public createDetailsForJob(job AccessExecutionGraph) : JobDetails in class org.apache.flink.runtime.webmonitor.WebMonitorUtils |
From |
To |
|
Change Variable Type vertex : ExecutionVertex to vertex : AccessExecutionVertex in method public handleRequest(jobVertex AccessExecutionJobVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.SubtasksTimesHandler |
From |
To |
|
Change Variable Type ejv : ExecutionJobVertex to ejv : AccessExecutionJobVertex in method public handleRequest(graph AccessExecutionGraph, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobDetailsHandler |
From |
To |
|
Change Variable Type task : ExecutionVertex to task : AccessExecutionVertex in method public handleRequest(graph AccessExecutionGraph, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobExceptionsHandler |
From |
To |
|
Change Variable Type ejv : ExecutionJobVertex to ejv : AccessExecutionJobVertex in method public createDetailsForJob(job AccessExecutionGraph) : JobDetails in class org.apache.flink.runtime.webmonitor.WebMonitorUtils |
From |
To |
|
Change Variable Type jobVertex : ExecutionJobVertex to jobVertex : AccessExecutionJobVertex in method public handleRequest(graph AccessExecutionGraph, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.AbstractJobVertexRequestHandler |
From |
To |
|
Change Variable Type exec : Execution to exec : AccessExecution in method public handleRequest(vertex AccessExecutionVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.AbstractSubtaskAttemptRequestHandler |
From |
To |
|
Change Variable Type taskVertices : List<ExecutionVertex> to taskVertices : List<AccessExecutionVertex> in method public handleRequest(jobVertex AccessExecutionJobVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobVertexTaskManagersHandler |
From |
To |
|
Change Variable Type vertex : ExecutionVertex to vertex : AccessExecutionVertex in method public handleRequest(jobVertex AccessExecutionJobVertex, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.AbstractSubtaskRequestHandler |
From |
To |
|
Change Variable Type vertex : ExecutionVertex to vertex : AccessExecutionVertex in method public createDetailsForJob(job AccessExecutionGraph) : JobDetails in class org.apache.flink.runtime.webmonitor.WebMonitorUtils |
From |
To |
|
Change Variable Type rootException : Throwable to rootException : String in method public handleRequest(graph AccessExecutionGraph, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobExceptionsHandler |
From |
To |