Interface GraphSeriesSelector

  • All Implemented Interfaces:
    org.apache.jmeter.report.core.SampleSelector

    
    public interface GraphSeriesSelector
     implements SampleSelector<TSelection>
                        

    The interface GraphSeriesSelector provides a projection from a sample to the series it belongs in a graph.

    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 boolean allowsControllersDiscrimination() Indicates whether this selector allows controllers discrimination, which allows on graphs to only show transaction controllers
      • Methods inherited from class org.apache.jmeter.report.core.SampleSelector

        select
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • allowsControllersDiscrimination

         abstract boolean allowsControllersDiscrimination()

        Indicates whether this selector allows controllers discrimination, which allows on graphs to only show transaction controllers

        Returns:

        true, if this selector allows controllers discrimination; false otherwise