Class ConnectTimeValueSelector

java.lang.Object
org.apache.jmeter.report.processor.graph.ConnectTimeValueSelector
All Implemented Interfaces:
GraphValueSelector

public class ConnectTimeValueSelector extends Object
The class ConnectTimeValueSelector provides a projection from a sample to its connect time.
Since:
3.1
  • Constructor Details

    • ConnectTimeValueSelector

      public ConnectTimeValueSelector(boolean ignoreTransactionController)
      Parameters:
      ignoreTransactionController - boolean ignore SampleResult generated by TransactionController
  • Method Details

    • select

      public Double select(String series, Sample sample)
      Description copied from interface: GraphValueSelector
      Do a projection from a sample to the value to aggregate for the specified series and key.
      Parameters:
      series - the series where the value will be aggregated
      sample - the sample
      Returns:
      the value to aggregate or null if value should be ignored
    • isIgnoreTransactionController

      protected boolean isIgnoreTransactionController()
      Returns:
      the ignoreTransactionController