Class 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 Detail

      • MetricDistribution

        public MetricDistribution()
    • Method Detail

      • update

        public void update​(long value)
      • getValue

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