Interface ThresholdSelector

  • All Implemented Interfaces:

    
    public interface ThresholdSelector
    
                        

    The interface ThresholdSelector represents a projection from the samplers with the same name to APDEX threshold information.

    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
      abstract ApdexThresholdsInfo select(String sampleName) Do a projection from the specified samplers name to APDEX threshold information.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • select

         abstract ApdexThresholdsInfo select(String sampleName)

        Do a projection from the specified samplers name to APDEX threshold information.

        Parameters:
        sampleName - the name of samples, or empty string for overall thresholds
        Returns:

        the apdex thresholds information