Class SuccessfulElapsedTimeValueSelector

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

    
    public class SuccessfulElapsedTimeValueSelector
    extends ElapsedTimeValueSelector
                        

    The class ElapsedTimeValueSelector provides a projection from a sample to its elapsed time only if sample is not an empty transaction Controller and sample is successful

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Double select(String series, Sample sample)
      • Methods inherited from class java.lang.Object

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

      • SuccessfulElapsedTimeValueSelector

        SuccessfulElapsedTimeValueSelector()