|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SampledCacheStatistics | |
|---|---|
| net.sf.ehcache | This package contains the public API for using ehcache. |
| net.sf.ehcache.constructs | The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns. |
| net.sf.ehcache.constructs.classloader | ClassLoader contstructs package |
| net.sf.ehcache.management.sampled | This package contains classes related to MBeans with Sampled Statistics. |
| net.sf.ehcache.statistics.sampled | This package contains classes related to SampledCacheStatistics and its implementation. |
| Uses of SampledCacheStatistics in net.sf.ehcache |
|---|
| Methods in net.sf.ehcache that return SampledCacheStatistics | |
|---|---|
SampledCacheStatistics |
Ehcache.getSampledCacheStatistics()
Returns sampled statistics for this cache. |
SampledCacheStatistics |
Cache.getSampledCacheStatistics()
Returns sampled statistics for this cache. |
| Uses of SampledCacheStatistics in net.sf.ehcache.constructs |
|---|
| Methods in net.sf.ehcache.constructs that return SampledCacheStatistics | |
|---|---|
SampledCacheStatistics |
EhcacheDecoratorAdapter.getSampledCacheStatistics()
Returns sampled statistics for this cache. |
| Uses of SampledCacheStatistics in net.sf.ehcache.constructs.classloader |
|---|
| Methods in net.sf.ehcache.constructs.classloader that return SampledCacheStatistics | |
|---|---|
SampledCacheStatistics |
ClassLoaderAwareCache.getSampledCacheStatistics()
Returns sampled statistics for this cache. |
| Uses of SampledCacheStatistics in net.sf.ehcache.management.sampled |
|---|
| Subinterfaces of SampledCacheStatistics in net.sf.ehcache.management.sampled | |
|---|---|
interface |
CacheSampler
An interface for exposing cache statistics. |
interface |
ComprehensiveCacheSampler
A CacheSampler interface that also exposes SampledCounter objects for all sampled statistics, rather than just the last
sampled value. |
interface |
SampledCacheMBean
An MBean for Cache exposing cache statistics. |
| Classes in net.sf.ehcache.management.sampled that implement SampledCacheStatistics | |
|---|---|
class |
CacheSamplerImpl
An implementation of CacheSampler |
class |
ComprehensiveCacheSamplerImpl
The default implementation of ComprehensiveCacheSampler. |
class |
SampledCache
An implementation of SampledCacheMBean |
| Uses of SampledCacheStatistics in net.sf.ehcache.statistics.sampled |
|---|
| Subinterfaces of SampledCacheStatistics in net.sf.ehcache.statistics.sampled | |
|---|---|
interface |
CacheStatisticsSampler
An interface for statistic samplers that expose the counters that track the actual sampled cache statistics. |
| Classes in net.sf.ehcache.statistics.sampled that implement SampledCacheStatistics | |
|---|---|
class |
NullSampledCacheStatistics
A no-op implementation of SampledCacheStatistics
|
class |
SampledCacheStatisticsImpl
An implementation of SampledCacheStatistics This also implements CacheUsageListener and depends on
the notification
received from
these to update the stats
|
class |
SampledCacheStatisticsWrapper
An implementation of SampledCacheStatistics and also implements CacheUsageListener and depends on the notification
received from
these to update the stats. |
|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||