Class LatencyValueSelector

  • All Implemented Interfaces:
    org.apache.jmeter.report.processor.graph.GraphValueSelector

    
    public class LatencyValueSelector
    extends AbstractGraphValueSelector
                        

    The class LatencyValueSelector provides a projection from a sample to its latency.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      LatencyValueSelector(boolean ignoreTransactionController)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Double select(String series, Sample sample) Do a projection from a sample to the value to aggregate for the specified series and key.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait