Package | Description |
---|---|
net.sf.ehcache.hibernate.management.impl |
This package contains JMX related classes for Hibernate and ehcache statistics
|
net.sf.ehcache.management.provider |
This package contains classes related to MBeanRegistrationProvider and its implementation.
|
net.sf.ehcache.management.sampled |
This package contains classes related to MBeans with Sampled Statistics.
|
Class and Description |
---|
SampledCacheManager
An implementation of
SampledCacheManagerMBean |
Class and Description |
---|
SampledMBeanRegistrationProvider
An implementation of
MBeanRegistrationProvider which registers
sampled MBeans for the CacheManager and its Caches. |
Class and Description |
---|
CacheManagerSampler
An abstraction for sampled cache manager usage statistics.
|
CacheSampler
An interface for exposing cache statistics.
|
CacheSamplerImpl
An implementation of
CacheSampler |
ComprehensiveCacheSampler
A
CacheSampler interface that also exposes SampledCounter objects for all sampled statistics, rather than just the last
sampled value. |
SampledCacheManager
An implementation of
SampledCacheManagerMBean |
SampledCacheManagerMBean
An MBean for CacheManager exposing sampled cache usage statistics
|
SampledCacheMBean
An MBean for Cache exposing cache statistics.
|