Class MetricDistribution

java.lang.Object
org.apache.flink.python.metric.embedded.MetricDistribution
All Implemented Interfaces:
org.apache.flink.metrics.Gauge<Long>, org.apache.flink.metrics.Metric

@Internal public class MetricDistribution extends Object implements org.apache.flink.metrics.Gauge<Long>
Flink Gauge for Python Distribution.
  • Constructor Details

    • MetricDistribution

      public MetricDistribution()
  • Method Details

    • update

      public void update(long value)
    • getValue

      public Long getValue()
      Specified by:
      getValue in interface org.apache.flink.metrics.Gauge<Long>