Class FlinkMetricContainer.FlinkDistributionGauge
- java.lang.Object
-
- org.apache.flink.python.metric.process.FlinkMetricContainer.FlinkDistributionGauge
-
- Enclosing class:
- FlinkMetricContainer
public static class FlinkMetricContainer.FlinkDistributionGauge extends Object implements Gauge<org.apache.beam.sdk.metrics.DistributionResult>
FlinkGauge
forDistributionResult
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.beam.sdk.metrics.DistributionResult
getValue()
Calculates and returns the measured value.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.flink.metrics.Gauge
getMetricType
-
-