Class PercentileAggregatorFactory

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public double percentileIndex
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final double getPercentileIndex() Gets the percentile index.
      void setPercentileIndex(double percentileIndex) Sets the percentile index.
      • 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

      • PercentileAggregatorFactory

        PercentileAggregatorFactory()
    • Method Detail

      • getPercentileIndex

         final double getPercentileIndex()

        Gets the percentile index.

        Returns:

        the percentile index

      • setPercentileIndex

         void setPercentileIndex(double percentileIndex)

        Sets the percentile index.

        Parameters:
        percentileIndex - the index of the percentile to set