Class InterleaveControlWrapper

    • Method Detail

      • style

        protected java.lang.Integer style()
        ignoreSubContoller is perssisted as int.
      • getGuiClass

        public java.lang.Class<?> getGuiClass()
        Description copied from interface: JMeterGUIWrapper
        Gui Test Class used by Jmeter TestElement.GUI_CLASS @See TestElement
      • getTestClass

        public java.lang.Class<?> getTestClass()
        Description copied from interface: TestElementWrapper
        Test Class used by Jmeter TestElement.TEST_CLASS. @See TestElement.
      • isIgnoreSubController

        public boolean isIgnoreSubController()
        ignore sub-controller blocks : If checked, the interleave controller will treat sub-controllers like single request elements and only allow one request per controller at a time.
      • setIgnoreSubController

        public void setIgnoreSubController​(boolean ignoreSubController)
        ignore sub-controller blocks : If checked, the interleave controller will treat sub-controllers like single request elements and only allow one request per controller at a time.
      • isAccrossThreads

        public boolean isAccrossThreads()
        Interleave across threads. If checked, the interleave controller will alternate among each of its children controllers for each loop iteration but across all threads, for example in a configuration with 4 threads and 3 child controllers, on first iteration thread 1 will run first child, thread 2 second child, thread 3 third child, thread 4 first child, on next iteration each thread will run the following child controller
      • setAccrossThreads

        public void setAccrossThreads​(boolean accrossThreads)
        Interleave across threads. If checked, the interleave controller will alternate among each of its children controllers for each loop iteration but across all threads, for example in a configuration with 4 threads and 3 child controllers, on first iteration thread 1 will run first child, thread 2 second child, thread 3 third child, thread 4 first child, on next iteration each thread will run the following child controller