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 SummaryConstructors
- 
Method SummaryModifier 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.AbstractAggregatorFactorycreateAggregatedKeyValueAggregator, createKeyAggregator, createValueAggregator
- 
Constructor Details- 
TimeRateAggregatorFactorypublic TimeRateAggregatorFactory()
 
- 
- 
Method Details- 
getGranularitypublic final long getGranularity()Gets the granularity used by created aggregators.- Returns:
- the granularity
 
- 
setGranularitypublic final void setGranularity(long granularity) Sets the granularity used by created aggregators.- Parameters:
- granularity- the granularity to set
 
- 
createAggregator- Specified by:
- createAggregatorin class- AbstractAggregatorFactory
 
 
-