Class AggregatedMetric
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetric
-
public class AggregatedMetric extends Object
Response type for aggregated metrics. Contains the metric name and optionally the sum, average, minimum and maximum.
-
-
Constructor Summary
Constructors Constructor Description AggregatedMetric(String id)
AggregatedMetric(String id, Double min, Double max, Double avg, Double sum, Double skew)
-