org.apache.jmeter.timers
Interface Timer
- Serializable
- BeanShellTimer, ConstantThroughputTimer, ConstantTimer, GaussianRandomTimer, RandomTimer, SyncTimer, UniformRandomTimer
public interface Timer
extends Serializable
This interface defines those methods that must be implemented by timer
plugins.
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.
|
delay
public 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.
- the computed delay value.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.