|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.timers.ConstantTimer
org.apache.jmeter.timers.RandomTimer
org.apache.jmeter.timers.GaussianRandomTimer
This class implements those methods needed by RandomTimer to be instantiable and implements a random delay with an average value and a gaussian distributed variation.
Field Summary |
Fields inherited from class org.apache.jmeter.timers.RandomTimer |
random, RANGE |
Fields inherited from class org.apache.jmeter.timers.ConstantTimer |
DELAY |
Fields inherited from interface org.apache.jmeter.testelement.TestElement |
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS |
Constructor Summary | |
GaussianRandomTimer()
|
Method Summary | |
long |
delay()
This method is called after a sampling process is done to know how much time the sampling thread has to wait until sampling again. |
String |
toString()
Provide a description of this timer class. |
Methods inherited from class org.apache.jmeter.timers.RandomTimer |
getRange, setRange, setRange |
Methods inherited from class org.apache.jmeter.timers.ConstantTimer |
getDelay, iterationStart, setDelay |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GaussianRandomTimer()
Method Detail |
public long delay()
Timer
delay
in interface Timer
delay
in class ConstantTimer
public String toString()
ConstantTimer
toString
in class ConstantTimer
|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |