Uses of Interface
org.apache.qpid.junit.extensions.Throttle

Packages that use Throttle
org.apache.qpid.junit.extensions Basic JUnit is enahanced with test runners to run tests repeatedly, simultaneously in many threads and with increasing test sizes for asymptotic performance measurements. 
org.apache.qpid.junit.extensions.listeners Listners for test statistics are defined in this package. 
 

Uses of Throttle in org.apache.qpid.junit.extensions
 

Classes in org.apache.qpid.junit.extensions that implement Throttle
 class BaseThrottle
          Provides a base implementation of the non-waiting throttle checking method, using the system nano timer.
 class BatchedThrottle
          BatchedThrottle is a SleepThrottle that uses batching to achieve much higher throttling rates than a sleep throttle can.
 class SleepThrottle
          SleepThrottle is a Throttle implementation that generates short pauses using the thread sleep methods.
 

Uses of Throttle in org.apache.qpid.junit.extensions.listeners
 

Fields in org.apache.qpid.junit.extensions.listeners declared as Throttle
(package private)  Throttle ConsoleTestListener.throttle
          Used to throttle the dot writing rate.
 



Licensed to the Apache Software Foundation