Class OutputBufferPoolUsageGauge

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

public class OutputBufferPoolUsageGauge extends Object implements org.apache.flink.metrics.Gauge<Float>
Gauge metric measuring the output buffer pool usage gauge for ResultPartitions.
  • Constructor Details

    • OutputBufferPoolUsageGauge

      public OutputBufferPoolUsageGauge(ResultPartition[] resultPartitions)
  • Method Details

    • getValue

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