Class TimeRateAggregatorFactory

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public long granularity
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final long getGranularity() 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimeRateAggregatorFactory

        TimeRateAggregatorFactory()
    • Method Detail

      • getGranularity

         final long getGranularity()

        Gets the granularity used by created aggregators.

        Returns:

        the granularity

      • setGranularity

         final void setGranularity(long granularity)

        Sets the granularity used by created aggregators.

        Parameters:
        granularity - the granularity to set