|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WaitTimer | |
---|---|
org.databene.contiperf | |
org.databene.contiperf.timer |
Uses of WaitTimer in org.databene.contiperf |
---|
Methods in org.databene.contiperf that return WaitTimer | |
---|---|
WaitTimer |
ExecutionConfig.getWaitTimer()
|
Constructors in org.databene.contiperf with parameters of type WaitTimer | |
---|---|
AbstractInvocationRunner(WaitTimer wait)
|
|
CountRunner(Invoker invoker,
ArgumentsProvider argsProvider,
WaitTimer waitTimer,
AtomicLong invocationsLeft)
|
|
TimedRunner(Invoker invoker,
ArgumentsProvider argsProvider,
WaitTimer waitTimer,
long duration)
|
Constructor parameters in org.databene.contiperf with type arguments of type WaitTimer | |
---|---|
ExecutionConfig(int invocations,
int threads,
int duration,
Clock[] clocks,
int rampUp,
int warmUp,
boolean cancelOnViolation,
Class<? extends WaitTimer> waitTimerClass,
double[] waitParams)
|
Uses of WaitTimer in org.databene.contiperf.timer |
---|
Classes in org.databene.contiperf.timer that implement WaitTimer | |
---|---|
class |
AbstractTimer
Helper class to inherit custom WaitTimer s from. |
class |
ConstantTimer
WaitTimer implementation which provides a constant wait time. |
class |
CumulatedTimer
WaitTimer implementation which provides wait times in a range between min and max with lower probabilities
for border values and higher probabilities for values close to the average. |
class |
None
WaitTimer implementation which does not cause wait times. |
class |
RandomTimer
WaitTimer implementation that provides a wait time uniformly distributed between a min and a max value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |