Class TimeToConsumeGauge

  • All Implemented Interfaces:
    org.apache.flink.metrics.Gauge<Long>, org.apache.flink.metrics.Metric

    public class TimeToConsumeGauge
    extends Object
    implements org.apache.flink.metrics.Gauge<Long>
    Gauge metric measuring the maximal time to consume all buffers of all input gates.
    • Constructor Detail

      • TimeToConsumeGauge

        public TimeToConsumeGauge​(SingleInputGate[] gates)
    • Method Detail

      • getValue

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