Class TimeToConsumeGauge

  • All Implemented Interfaces:
    Gauge<Long>, Metric

    public class TimeToConsumeGauge
    extends Object
    implements Gauge<Long>
    Gauge metric measuring the maximal time to consume all buffers of all input gates.
    • Constructor Detail

      • TimeToConsumeGauge

        public TimeToConsumeGauge​(SingleInputGate[] gates)
    • Method Detail

      • getValue

        public Long getValue()
        Description copied from interface: Gauge
        Calculates and returns the measured value.
        Specified by:
        getValue in interface Gauge<Long>
        Returns:
        calculated value