Class ConstantPoissonProcessGenerator

  • All Implemented Interfaces:
    org.apache.jmeter.timers.poissonarrivals.EventProducer

    
    public class ConstantPoissonProcessGenerator
     implements EventProducer
                        

    Generates events for Poisson processes, ensuring throughput*duration events will be present in each "duration"

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ConstantPoissonProcessGenerator(ThroughputProvider throughput, int batchSize, int batchThreadDelay, DurationProvider duration, Long seed, boolean logFirstSamples)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void generateNext()
      double next()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConstantPoissonProcessGenerator

        ConstantPoissonProcessGenerator(ThroughputProvider throughput, int batchSize, int batchThreadDelay, DurationProvider duration, Long seed, boolean logFirstSamples)