Class 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 Detail

      • OutputBufferPoolUsageGauge

        public OutputBufferPoolUsageGauge​(ResultPartition[] resultPartitions)
    • Method Detail

      • getValue

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