Class TimeToConsumeGauge

java.lang.Object
org.apache.flink.runtime.io.network.metrics.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 Details

  • Method Details

    • getValue

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