Package org.apache.jmeter.timers
Interface Timer
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BeanShellTimer
,BSFTimer
,ConstantThroughputTimer
,ConstantTimer
,GaussianRandomTimer
,JSR223Timer
,PoissonRandomTimer
,RandomTimer
,SyncTimer
,UniformRandomTimer
public interface Timer extends Serializable
This interface defines those methods that must be implemented by timer plugins.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-