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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected Aggregatorfinal longGets the granularity used by created aggregators.final voidsetGranularity(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:
 createAggregatorin classAbstractAggregatorFactory
 
 -