Class ConstantPoissonProcessGenerator
java.lang.Object
org.apache.jmeter.timers.poissonarrivals.ConstantPoissonProcessGenerator
Generates events for Poisson processes, ensuring throughput*duration events will be present in each "duration"
- Since:
- 4.0
- 
Constructor SummaryConstructorsConstructorDescriptionConstantPoissonProcessGenerator(org.apache.jmeter.timers.poissonarrivals.ThroughputProvider throughput, int batchSize, int batchThreadDelay, org.apache.jmeter.timers.poissonarrivals.DurationProvider duration, Long seed, boolean logFirstSamples) 
- 
Method Summary
- 
Constructor Details- 
ConstantPoissonProcessGeneratorpublic ConstantPoissonProcessGenerator(org.apache.jmeter.timers.poissonarrivals.ThroughputProvider throughput, int batchSize, int batchThreadDelay, org.apache.jmeter.timers.poissonarrivals.DurationProvider duration, Long seed, boolean logFirstSamples) 
 
- 
- 
Method Details- 
generateNextpublic void generateNext()
- 
nextpublic double next()
 
-