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

      • OutputBuffersGauge

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

      • getValue

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