Class ControllerSamplePredicate

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

    
    public class ControllerSamplePredicate
     implements SamplePredicate
                        

    The class ControllerSamplePredicate provides a way to define whether a sample is a controller.

    Since:

    3.0

    • 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
      boolean matches(Sample sample) Defines if the specified sample matches the current predicate.
      • Methods inherited from class java.lang.Object

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

      • ControllerSamplePredicate

        ControllerSamplePredicate()
    • Method Detail

      • matches

         boolean matches(Sample sample)

        Defines if the specified sample matches the current predicate.

        Parameters:
        sample - the sample to test (must not be null)
        Returns:

        true, if successful; otherwise false