|
Change Return Type JobManagerMetricStore to ComponentMetricStore in method public getJobManagerMetricStore() : ComponentMetricStore in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore |
From |
To |
|
Change Return Type SubtaskMetricStore to ComponentMetricStore in method public getSubtaskMetricStore(subtaskIndex int) : ComponentMetricStore in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.TaskMetricStore |
From |
To |
|
Change Return Type TaskMetricStore to ComponentMetricStore in method public getTaskMetricStore(jobID String, taskID String) : ComponentMetricStore in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore |
From |
To |
|
Change Return Type SubtaskMetricStore to ComponentMetricStore in method public getSubtaskMetricStore(jobID String, taskID String, subtaskIndex int) : ComponentMetricStore in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore |
From |
To |
|
Change Return Type JobMetricStore to ComponentMetricStore in method public getJobMetricStore(jobID String) : ComponentMetricStore in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore |
From |
To |
|
Change Variable Type task : MetricStore.TaskMetricStore to task : MetricStore.ComponentMetricStore in method protected getMapFor(pathParams Map<String,String>, metrics MetricStore) : Map<String,String> in class org.apache.flink.runtime.rest.handler.legacy.metrics.JobVertexMetricsHandler |
From |
To |
|
Change Variable Type jobManager : MetricStore.JobManagerMetricStore to jobManager : MetricStore.ComponentMetricStore in method protected getMapFor(pathParams Map<String,String>, metrics MetricStore) : Map<String,String> in class org.apache.flink.runtime.rest.handler.legacy.metrics.JobManagerMetricsHandler |
From |
To |
|
Change Variable Type job : MetricStore.JobMetricStore to job : MetricStore.ComponentMetricStore in method protected getMapFor(pathParams Map<String,String>, metrics MetricStore) : Map<String,String> in class org.apache.flink.runtime.rest.handler.legacy.metrics.JobMetricsHandler |
From |
To |
|
Change Variable Type subtask : SubtaskMetricStore to subtask : ComponentMetricStore in method package add(metric MetricDump) : void in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore |
From |
To |
|
Change Variable Type taskManager : MetricStore.TaskManagerMetricStore to taskManager : MetricStore.ComponentMetricStore in method protected getMapFor(pathParams Map<String,String>, metrics MetricStore) : Map<String,String> in class org.apache.flink.runtime.rest.handler.legacy.metrics.TaskManagerMetricsHandler |
From |
To |
|
Change Variable Type metrics : MetricStore.SubtaskMetricStore to metrics : MetricStore.ComponentMetricStore in method public addIOMetrics(attempt AccessExecution, fetcher MetricFetcher, jobID String, taskID String) : void in class org.apache.flink.runtime.rest.handler.util.MutableIOMetrics |
From |
To |
|
Inline Variable metricStore : MetricStore in method private writeTaskManagersJson(instances Collection<Instance>, pathParams Map<String,String>) : String from class org.apache.flink.runtime.rest.handler.legacy.TaskManagersHandler |
From |
To |
|
Inline Variable metricStore : MetricStore in method private getMetricsValues(pathParams Map<String,String>, requestedMetricsList String) : String from class org.apache.flink.runtime.rest.handler.legacy.metrics.AbstractMetricsHandler |
From |
To |
|
Inline Variable metricStore : MetricStore in method private getAvailableMetricsList(pathParams Map<String,String>) : String from class org.apache.flink.runtime.rest.handler.legacy.metrics.AbstractMetricsHandler |
From |
To |
|
Inline Variable metricStore : MetricStore in method public addIOMetrics(attempt AccessExecution, fetcher MetricFetcher, jobID String, taskID String) : void from class org.apache.flink.runtime.rest.handler.util.MutableIOMetrics |
From |
To |