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

      • MetricGauge

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

      • getValue

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