Class OutputBuffersSizeGauge

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

public class OutputBuffersSizeGauge extends Object implements org.apache.flink.metrics.Gauge<Long>
Gauge metric measuring the size in bytes of queued output buffers for ResultPartitions.
  • Constructor Details

    • OutputBuffersSizeGauge

      public OutputBuffersSizeGauge(ResultPartition[] resultPartitions)
  • Method Details

    • getValue

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