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

      • OutputBuffersSizeGauge

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

      • getValue

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