Package org.apache.jmeter.timers
Interface Timer
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- ModifiableTimer
- All Known Implementing Classes:
- BeanShellTimer,- BSFTimer,- ConstantThroughputTimer,- ConstantTimer,- GaussianRandomTimer,- JSR223Timer,- PoissonRandomTimer,- PreciseThroughputTimer,- RandomTimer,- SyncTimer,- UniformRandomTimer
This interface defines those methods that must be implemented by timer
 plugins.
- 
Method SummaryModifier and TypeMethodDescriptionlongdelay()This method is called after a sampling process is done to know how much time the sampling thread has to wait until sampling again.default boolean
- 
Method Details- 
delaylong 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.- Returns:
- the computed delay value.
 
- 
isModifiabledefault boolean isModifiable()- Returns:
- true if factor can be applied to it
 
 
-