Class TimeRateAggregatorFactory

java.lang.Object
org.apache.jmeter.report.processor.AbstractAggregatorFactory
org.apache.jmeter.report.processor.TimeRateAggregatorFactory
All Implemented Interfaces:
AggregatorFactory

public class TimeRateAggregatorFactory extends AbstractAggregatorFactory
A factory for creating TimeRateAggregator objects.
Since:
3.0
  • 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

      protected Aggregator createAggregator()
      Specified by:
      createAggregator in class AbstractAggregatorFactory