Class OutputBuffersGauge

java.lang.Object
org.apache.flink.runtime.io.network.metrics.OutputBuffersGauge
All Implemented Interfaces:
org.apache.flink.metrics.Gauge<Integer>, org.apache.flink.metrics.Metric

public class OutputBuffersGauge extends Object implements org.apache.flink.metrics.Gauge<Integer>
Gauge metric measuring the number of queued output buffers for ResultPartitions.
  • Constructor Details

    • OutputBuffersGauge

      public OutputBuffersGauge(ResultPartition[] resultPartitions)
  • Method Details

    • getValue

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