ehcache

Uses of Class
net.sf.ehcache.util.FailSafeTimer

Packages that use FailSafeTimer
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.statistics.sampled This package contains classes related to SampledCacheStatistics and its implementation. 
net.sf.ehcache.util.counter This package contains utility classes for Counter 
 

Uses of FailSafeTimer in net.sf.ehcache
 

Methods in net.sf.ehcache that return FailSafeTimer
 FailSafeTimer CacheManager.getTimer()
          Returns a FailSafeTimer associated with this CacheManager
 

Uses of FailSafeTimer in net.sf.ehcache.statistics.sampled
 

Methods in net.sf.ehcache.statistics.sampled with parameters of type FailSafeTimer
 void SampledCacheStatisticsWrapper.enableSampledStatistics(FailSafeTimer timer)
          Enable sampled statistics collection
 

Constructors in net.sf.ehcache.statistics.sampled with parameters of type FailSafeTimer
SampledCacheStatisticsImpl(FailSafeTimer timer)
          Constructor that accepts a timer which will be used to schedule the sampled counters
 

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

Constructors in net.sf.ehcache.util.counter with parameters of type FailSafeTimer
CounterManagerImpl(FailSafeTimer timer)
          Constructor that accepts a timer that will be used for scheduling sampled counter if any is created
 


ehcache

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