Class TimeRateAggregatorFactory
java.lang.Object
org.apache.jmeter.report.processor.AbstractAggregatorFactory
org.apache.jmeter.report.processor.TimeRateAggregatorFactory
- All Implemented Interfaces:
AggregatorFactory
A factory for creating TimeRateAggregator objects.
- Since:
- 3.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Aggregator
final long
Gets the granularity used by created aggregators.final void
setGranularity
(long granularity) Sets the granularity used by created aggregators.Methods inherited from class org.apache.jmeter.report.processor.AbstractAggregatorFactory
createAggregatedKeyValueAggregator, createKeyAggregator, createValueAggregator
-
Constructor Details
-
TimeRateAggregatorFactory
public TimeRateAggregatorFactory()
-
-
Method Details
-
getGranularity
public final long getGranularity()Gets the granularity used by created aggregators.- Returns:
- the granularity
-
setGranularity
public final void setGranularity(long granularity) Sets the granularity used by created aggregators.- Parameters:
granularity
- the granularity to set
-
createAggregator
- Specified by:
createAggregator
in classAbstractAggregatorFactory
-