See: Description
| Interface | Description |
|---|---|
| CacheManagerSampler |
An abstraction for sampled cache manager usage statistics.
|
| CacheSampler |
An interface for exposing cache statistics.
|
| ComprehensiveCacheSampler |
A
CacheSampler interface that also exposes SampledCounter objects for all sampled statistics, rather than just the last
sampled value. |
| SampledCacheManagerMBean |
An MBean for CacheManager exposing sampled cache usage statistics
|
| SampledCacheMBean |
An MBean for Cache exposing cache statistics.
|
| Class | Description |
|---|---|
| CacheManagerSamplerImpl |
An implementation of
CacheManagerSampler |
| CacheSamplerImpl |
An implementation of
CacheSampler |
| ComprehensiveCacheSamplerImpl |
The default implementation of
ComprehensiveCacheSampler. |
| SampledCache |
An implementation of
SampledCacheMBean |
| SampledCacheManager |
An implementation of
SampledCacheManagerMBean |
| SampledEhcacheMBeans |
Utility class used for getting
ObjectName's for sampled MBeans
|
| SampledMBeanRegistrationProvider |
An implementation of
MBeanRegistrationProvider which registers
sampled MBeans for the CacheManager and its Caches. |
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.