Class MetricGauge

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

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

    • MetricGauge

      public MetricGauge(pemja.core.object.PyObject callable)
  • Method Details

    • getValue

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