Uses of Class
org.databene.contiperf.timer.AbstractTimer

Packages that use AbstractTimer
org.databene.contiperf.timer   
 

Uses of AbstractTimer in org.databene.contiperf.timer
 

Subclasses of AbstractTimer in org.databene.contiperf.timer
 class ConstantTimer
          WaitTimer implementation which provides a constant wait time.
 class CumulatedTimer
          WaitTimer implementation which provides wait times in a range between min and max with lower probabilities for border values and higher probabilities for values close to the average.
 class None
          WaitTimer implementation which does not cause wait times.
 class RandomTimer
          WaitTimer implementation that provides a wait time uniformly distributed between a min and a max value.
 



Copyright © 2013. All Rights Reserved.