Class PercentileAggregator
- java.lang.Object
-
- us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.PercentileAggregator
-
- All Implemented Interfaces:
AutoStopAggregator<Long>
public class PercentileAggregator extends Object implements AutoStopAggregator<Long>
-
-
Constructor Summary
Constructors Constructor Description PercentileAggregator(double percentile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(long value)static StringgetName(double percentile)LonggetValue()
-
-
-
Method Detail
-
add
public void add(long value)
- Specified by:
addin interfaceAutoStopAggregator<Long>
-
getValue
public Long getValue()
- Specified by:
getValuein interfaceAutoStopAggregator<Long>
-
getName
public static String getName(double percentile)
-
-