| Package | Description |
|---|---|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
FailSafeTimer |
CacheManager.getTimer()
Returns a
FailSafeTimer associated with this CacheManager |
| Modifier and Type | Method and Description |
|---|---|
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 |
| Constructor and Description |
|---|
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
|
| Constructor and Description |
|---|
CounterManagerImpl(FailSafeTimer timer)
Constructor that accepts a timer that will be used for scheduling sampled
counter if any is created
|
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.