Class FlinkMetricContainer.FlinkGauge

java.lang.Object
org.apache.flink.python.metric.process.FlinkMetricContainer.FlinkGauge
All Implemented Interfaces:
org.apache.flink.metrics.Gauge<Long>, org.apache.flink.metrics.Metric
Enclosing class:
FlinkMetricContainer

public static class FlinkMetricContainer.FlinkGauge extends Object implements org.apache.flink.metrics.Gauge<Long>
Flink Gauge for GaugeResult.
  • Method Details

    • getValue

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