Class SyntheticResponseTimeDistributionGraphConsumer

All Implemented Interfaces:
SampleConsumer, SampleProcessor, SampleProducer

public class SyntheticResponseTimeDistributionGraphConsumer extends AbstractGraphConsumer
The class SyntheticResponseTimeDistributionGraphConsumer provides a graph to visualize the distribution of the response times on APDEX threshold
Since:
3.1
  • Constructor Details

    • SyntheticResponseTimeDistributionGraphConsumer

      public SyntheticResponseTimeDistributionGraphConsumer()
  • Method Details

    • createKeysSelector

      protected final GraphKeysSelector createKeysSelector()
      Specified by:
      createKeysSelector in class AbstractGraphConsumer
    • createGroupInfos

      protected Map<String,GroupInfo> createGroupInfos()
      Specified by:
      createGroupInfos in class AbstractGraphConsumer
    • initializeExtraResults

      protected void initializeExtraResults(MapResultData parentResult)
      Description copied from class: AbstractGraphConsumer
      Inherited classes can add properties to the result
      Specified by:
      initializeExtraResults in class AbstractGraphConsumer
      Parameters:
      parentResult - the parent result
    • getSatisfiedThreshold

      public long getSatisfiedThreshold()
      Returns:
      the satisfiedThreshold
    • setSatisfiedThreshold

      public void setSatisfiedThreshold(long satisfiedThreshold)
      Parameters:
      satisfiedThreshold - the satisfiedThreshold to set
    • getToleratedThreshold

      public long getToleratedThreshold()
      Returns:
      the toleratedThreshold
    • setToleratedThreshold

      public void setToleratedThreshold(long toleratedThreshold)
      Parameters:
      toleratedThreshold - the toleratedThreshold to set