Class AbstractBuffersUsageGauge

    • Method Detail

      • calculateUsedBuffers

        @VisibleForTesting
        public abstract int calculateUsedBuffers​(SingleInputGate inputGate)
      • calculateTotalBuffers

        @VisibleForTesting
        public abstract int calculateTotalBuffers​(SingleInputGate inputGate)
      • getValue

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