Class PreciseThroughputTimerWrapper
- java.lang.Object
-
- org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper<T>
-
- org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicChildTestElementWrapper<org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer>
-
- org.anasoid.jmc.core.wrapper.jmeter.timers.poissonarrivals.PreciseThroughputTimerWrapper
-
- All Implemented Interfaces:
java.io.Serializable,JMeterGUIWrapper<org.apache.jmeter.testbeans.gui.TestBeanGUI>,TestElementTreeNodeWrapper<org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer>,TestElementWrapper<org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer>,TimerWrapper<org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer>
@JmcDefaultName("Precise Throughput Timer") public class PreciseThroughputTimerWrapper extends AbstractBasicChildTestElementWrapper<org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer> implements JMeterGUIWrapper<org.apache.jmeter.testbeans.gui.TestBeanGUI>, TimerWrapper<org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer>
Wrapper for PreciseThroughputTimer.- See Also:
PreciseThroughputTimer, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPreciseThroughputTimerWrapper.PreciseThroughputTimerWrapperBuilder<C extends PreciseThroughputTimerWrapper,B extends PreciseThroughputTimerWrapper.PreciseThroughputTimerWrapperBuilder<C,B>>Builder.-
Nested classes/interfaces inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicChildTestElementWrapper
AbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder<T extends org.apache.jmeter.testelement.AbstractTestElement,C extends AbstractBasicChildTestElementWrapper<T>,B extends AbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder<T,C,B>>
-
Nested classes/interfaces inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper
AbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder<T extends org.apache.jmeter.testelement.AbstractTestElement,C extends AbstractBasicTestElementWrapper<T>,B extends AbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder<T,C,B>>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPreciseThroughputTimerWrapper(PreciseThroughputTimerWrapper.PreciseThroughputTimerWrapperBuilder<?,?> b)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PreciseThroughputTimerWrapper.PreciseThroughputTimerWrapperBuilder<?,?>builder()java.lang.StringgetBatchSize()Batched departures.java.lang.StringgetBatchThreadDelay()Batched departures.java.lang.StringgetDuration()Delay threads to ensure target throughput : Test duration (seconds).java.lang.Class<?>getGuiClass()Gui Test Class used by Jmeter TestElement.GUI_CLASS @See TestElementjava.lang.StringgetRandomSeed()Setting to ensure repeatable sequence : Random seed (change from 0 to random).java.lang.Class<?>getTestClass()Test Class used by Jmeter TestElement.TEST_CLASS.java.lang.StringgetThroughput()Delay threads to ensure target throughput : Target throughput (in samples per 'throughput period').java.lang.StringgetThroughputPeriod()Delay threads to ensure target throughput : Throughput period (seconds).voidsetBatchSize(java.lang.String batchSize)Batched departures.voidsetBatchThreadDelay(java.lang.String batchThreadDelay)Batched departures.voidsetDuration(java.lang.String duration)Delay threads to ensure target throughput : Test duration (seconds).voidsetRandomSeed(java.lang.String randomSeed)Setting to ensure repeatable sequence : Random seed (change from 0 to random).voidsetThroughput(java.lang.String throughput)Delay threads to ensure target throughput : Target throughput (in samples per 'throughput period').voidsetThroughputPeriod(java.lang.String throughputPeriod)Delay threads to ensure target throughput : Throughput period (seconds).PreciseThroughputTimerWrapper.PreciseThroughputTimerWrapperBuilder<?,?>toBuilder()-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicChildTestElementWrapper
getComment, getName, isEnabled, setComment, setEnabled, setName
-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper
getChilds, getGuiClassAsString, getTags, getTestClassAsString, init, internalInit
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.anasoid.jmc.core.wrapper.jmeter.testelement.TestElementWrapper
getChilds, getTags, getTestClassAsString, init
-
-
-
-
Constructor Detail
-
PreciseThroughputTimerWrapper
protected PreciseThroughputTimerWrapper(PreciseThroughputTimerWrapper.PreciseThroughputTimerWrapperBuilder<?,?> b)
-
-
Method Detail
-
getGuiClass
public java.lang.Class<?> getGuiClass()
Description copied from interface:JMeterGUIWrapperGui Test Class used by Jmeter TestElement.GUI_CLASS @See TestElement- Specified by:
getGuiClassin interfaceJMeterGUIWrapper<org.apache.jmeter.testbeans.gui.TestBeanGUI>
-
getTestClass
public java.lang.Class<?> getTestClass()
Description copied from interface:TestElementWrapperTest Class used by Jmeter TestElement.TEST_CLASS. @See TestElement.- Specified by:
getTestClassin interfaceTestElementWrapper<org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer>
-
builder
public static PreciseThroughputTimerWrapper.PreciseThroughputTimerWrapperBuilder<?,?> builder()
-
toBuilder
public PreciseThroughputTimerWrapper.PreciseThroughputTimerWrapperBuilder<?,?> toBuilder()
-
getBatchSize
public java.lang.String getBatchSize()
Batched departures. Number of threads in the batch (threads).
-
setBatchSize
public void setBatchSize(java.lang.String batchSize)
Batched departures. Number of threads in the batch (threads).
-
getBatchThreadDelay
public java.lang.String getBatchThreadDelay()
Batched departures. Delay between threads in the batch (ms).
-
setBatchThreadDelay
public void setBatchThreadDelay(java.lang.String batchThreadDelay)
Batched departures. Delay between threads in the batch (ms).
-
getRandomSeed
public java.lang.String getRandomSeed()
Setting to ensure repeatable sequence : Random seed (change from 0 to random).
-
setRandomSeed
public void setRandomSeed(java.lang.String randomSeed)
Setting to ensure repeatable sequence : Random seed (change from 0 to random).
-
getThroughput
public java.lang.String getThroughput()
Delay threads to ensure target throughput : Target throughput (in samples per 'throughput period').
-
setThroughput
public void setThroughput(java.lang.String throughput)
Delay threads to ensure target throughput : Target throughput (in samples per 'throughput period').
-
getThroughputPeriod
public java.lang.String getThroughputPeriod()
Delay threads to ensure target throughput : Throughput period (seconds).
-
setThroughputPeriod
public void setThroughputPeriod(java.lang.String throughputPeriod)
Delay threads to ensure target throughput : Throughput period (seconds).
-
getDuration
public java.lang.String getDuration()
Delay threads to ensure target throughput : Test duration (seconds).
-
setDuration
public void setDuration(java.lang.String duration)
Delay threads to ensure target throughput : Test duration (seconds).
-
-