Uses of Interface org.quartz.utils.counter.Counter (Quartz Parent POM 2.0.1 API)

Quartz Java



Uses of Interface
org.quartz.utils.counter.Counter

Packages that use Counter
org.quartz.utils.counter   
org.quartz.utils.counter.sampled   
 

Uses of Counter in org.quartz.utils.counter
 

Classes in org.quartz.utils.counter that implement Counter
 class CounterImpl
          A simple counter implementation
 

Methods in org.quartz.utils.counter that return Counter
 Counter CounterConfig.createCounter()
          Creates and returns a Counter based on the initial value
 Counter CounterManagerImpl.createCounter(CounterConfig config)
          Creates a Counter based on tha passed config
 Counter CounterManager.createCounter(CounterConfig config)
          Creates a Counter based on tha passed config
 

Methods in org.quartz.utils.counter with parameters of type Counter
 void CounterManagerImpl.shutdownCounter(Counter counter)
          Shuts down the counter
 void CounterManager.shutdownCounter(Counter counter)
          Shuts down the counter
 

Uses of Counter in org.quartz.utils.counter.sampled
 

Subinterfaces of Counter in org.quartz.utils.counter.sampled
 interface SampledCounter
          Interface of a sampled counter -- a counter that keeps sampled values
 interface SampledRateCounter
          Interface of a sampled rate counter -- a counter that keeps sampled values of rates
 

Classes in org.quartz.utils.counter.sampled that implement Counter
 class SampledCounterImpl
          An implementation of SampledCounter
 class SampledRateCounterImpl
          An implementation of SampledRateCounter
 

Methods in org.quartz.utils.counter.sampled that return Counter
 Counter SampledCounterConfig.createCounter()
          Creates and returns a Counter based on the initial value
 Counter SampledRateCounterConfig.createCounter()
          Creates and returns a Counter based on the initial value
 



Copyright 2001-2011, Terracotta, Inc.