Class PercentAggregator
- java.lang.Object
-
- us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.PercentAggregator
-
- All Implemented Interfaces:
AutoStopAggregator<Double>
public class PercentAggregator extends Object implements AutoStopAggregator<Double>
-
-
Constructor Summary
Constructors Constructor Description PercentAggregator()
-
-
-
Method Detail
-
add
public void add(long value)
- Specified by:
addin interfaceAutoStopAggregator<Double>
-
getValue
public Double getValue()
- Specified by:
getValuein interfaceAutoStopAggregator<Double>
-
-