Class AbstractAggregatorFactory

  • All Implemented Interfaces:
    org.apache.jmeter.report.processor.AggregatorFactory

    
    public abstract class AbstractAggregatorFactory
     implements AggregatorFactory
                        

    A factory for creating AbstractAggregator objects.

    This abstract class creates the same kind of aggregator for each create method.

    Since:

    3.0

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Aggregator createValueAggregator() Creates a new Aggregator object to calculate an aggregated value in a graph.
      final Aggregator createKeyAggregator() Creates a new Aggregator object to calculate an aggregated key.
      final Aggregator createAggregatedKeyValueAggregator() Creates a new Aggregator object to calculate an aggregated value of an aggregated key series.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • createValueAggregator

         final Aggregator createValueAggregator()

        Creates a new Aggregator object to calculate an aggregated value in a graph.

        Returns:

        the graph data aggregator

      • createKeyAggregator

         final Aggregator createKeyAggregator()

        Creates a new Aggregator object to calculate an aggregated key.

        Returns:

        the graph data aggregator