Class MaxAggregator
java.lang.Object
org.apache.jmeter.report.processor.MaxAggregator
- All Implemented Interfaces:
 Aggregator
The class MaxAggregator is used to get maximum from samples.
- Since:
 - 3.0
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
MaxAggregator
public MaxAggregator() 
 - 
 - 
Method Details
- 
getCount
public long getCount()Description copied from interface:AggregatorGets the number of aggregated values.- Specified by:
 getCountin interfaceAggregator- Returns:
 - the number of aggregated values
 
 - 
getResult
public double getResult()Description copied from interface:AggregatorGets the result of the aggregation using stored values.- Specified by:
 getResultin interfaceAggregator- Returns:
 - the result of the aggregation.
 
 - 
addValue
public void addValue(double value) Description copied from interface:AggregatorAdds the specified value to the storage of the current aggregator.- Specified by:
 addValuein interfaceAggregator- Parameters:
 value- the value to aggregate
 - 
reset
public void reset()Description copied from interface:AggregatorReset the state of the aggregator.- Specified by:
 resetin interfaceAggregator
 
 -