ehcache

Uses of Interface
net.sf.ehcache.util.counter.Counter

Packages that use Counter
net.sf.ehcache.util.counter This package contains utility classes for Counter 
net.sf.ehcache.util.counter.sampled This package contains utility classes for SampledCounter's 
 

Uses of Counter in net.sf.ehcache.util.counter
 

Classes in net.sf.ehcache.util.counter that implement Counter
 class CounterImpl
          A simple counter implementation
 

Methods in net.sf.ehcache.util.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 net.sf.ehcache.util.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 net.sf.ehcache.util.counter.sampled
 

Subinterfaces of Counter in net.sf.ehcache.util.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 net.sf.ehcache.util.counter.sampled that implement Counter
 class SampledCounterImpl
          An implementation of SampledCounter
 class SampledRateCounterImpl
          An implementation of SampledRateCounter
 

Methods in net.sf.ehcache.util.counter.sampled that return Counter
 Counter SampledRateCounterConfig.createCounter()
          Creates and returns a Counter based on the initial value
 Counter SampledCounterConfig.createCounter()
          Creates and returns a Counter based on the initial value
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.