Uses of Class
org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetric
-
Packages that use AggregatedMetric Package Description org.apache.flink.runtime.rest.messages.job.metrics -
-
Uses of AggregatedMetric in org.apache.flink.runtime.rest.messages.job.metrics
Methods in org.apache.flink.runtime.rest.messages.job.metrics that return types with arguments of type AggregatedMetric Modifier and Type Method Description Collection<AggregatedMetric>AggregatedMetricsResponseBody. getMetrics()Constructor parameters in org.apache.flink.runtime.rest.messages.job.metrics with type arguments of type AggregatedMetric Constructor Description AggregatedMetricsResponseBody(Collection<AggregatedMetric> metrics)
-