|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jmeter.testelement.AbstractTestElement org.apache.jmeter.timers.ConstantTimer org.apache.jmeter.timers.RandomTimer org.apache.jmeter.timers.UniformRandomTimer
public class UniformRandomTimer
This class implements those methods needed by RandomTimer to be instantiable and implements a random delay with an average value and a uniformly 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 | |
---|---|
UniformRandomTimer()
|
Method Summary | |
---|---|
long |
delay()
Retrieve the delay to use during test execution. |
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 UniformRandomTimer()
Method Detail |
---|
public long delay()
ConstantTimer
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 |