|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
Enabled sampled statistics with submitted FailSafeTimer and SampledCounter default configurations |
void |
SampledCacheStatisticsWrapper.enableSampledStatistics(FailSafeTimer timer,
SampledCounterConfig config,
SampledRateCounterConfig rateGetConfig,
SampledRateCounterConfig rateSearchConfig)
Enabled sampled statistics with submitted FailSafeTimer and SampledCounter the specified configurations |
| Constructors in net.sf.ehcache.statistics.sampled with parameters of type FailSafeTimer | |
|---|---|
SampledCacheStatisticsImpl(FailSafeTimer timer)
The default constructor |
|
SampledCacheStatisticsImpl(FailSafeTimer timer,
SampledCounterConfig config)
|
|
SampledCacheStatisticsImpl(FailSafeTimer timer,
SampledCounterConfig config,
SampledRateCounterConfig rateGetConfig,
SampledRateCounterConfig rateSearchConfig)
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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||