|
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.blocking | Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. |
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 |
Cache.getSampledCacheStatistics()
Returns sampled statistics for this cache. |
SampledCacheStatistics |
Ehcache.getSampledCacheStatistics()
Returns sampled statistics for this cache. |
Uses of SampledCacheStatistics in net.sf.ehcache.constructs.blocking |
---|
Methods in net.sf.ehcache.constructs.blocking that return SampledCacheStatistics | |
---|---|
SampledCacheStatistics |
BlockingCache.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 |
SampledCacheMBean
An MBean for Cache exposing cache statistics. |
Classes in net.sf.ehcache.management.sampled that implement SampledCacheStatistics | |
---|---|
class |
SampledCache
An implementation of SampledCacheMBean
|
Uses of SampledCacheStatistics in net.sf.ehcache.statistics.sampled |
---|
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 |