|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LiveCacheStatistics | |
---|---|
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 | This package contains classes related to LiveCacheStatistics and its implementation. |
Uses of LiveCacheStatistics in net.sf.ehcache |
---|
Methods in net.sf.ehcache that return LiveCacheStatistics | |
---|---|
LiveCacheStatistics |
Cache.getLiveCacheStatistics()
This is different from Ehcache.getStatistics() in the way that values
returned from LiveCacheStatistics will reflect the current state
of the cache (and not a snapshot of the cache when the api's were called
like Ehcache.getStatistics() ) |
LiveCacheStatistics |
Ehcache.getLiveCacheStatistics()
This is different from Ehcache.getStatistics() in the way that values
returned from LiveCacheStatistics will reflect the current state
of the cache (and not a snapshot of the cache when the api's were called
like Ehcache.getStatistics() ) |
Uses of LiveCacheStatistics in net.sf.ehcache.constructs.blocking |
---|
Methods in net.sf.ehcache.constructs.blocking that return LiveCacheStatistics | |
---|---|
LiveCacheStatistics |
BlockingCache.getLiveCacheStatistics()
This is different from Ehcache.getStatistics() in the way that values
returned from LiveCacheStatistics will reflect the current state
of the cache (and not a snapshot of the cache when the api's were called
like Ehcache.getStatistics() ) |
Uses of LiveCacheStatistics in net.sf.ehcache.management.sampled |
---|
Subinterfaces of LiveCacheStatistics in net.sf.ehcache.management.sampled | |
---|---|
interface |
SampledCacheMBean
An MBean for Cache exposing cache statistics. |
Classes in net.sf.ehcache.management.sampled that implement LiveCacheStatistics | |
---|---|
class |
SampledCache
An implementation of SampledCacheMBean
|
Uses of LiveCacheStatistics in net.sf.ehcache.statistics |
---|
Classes in net.sf.ehcache.statistics that implement LiveCacheStatistics | |
---|---|
class |
LiveCacheStatisticsImpl
Implementation which can be used both as a LiveCacheStatistics and LiveCacheStatisticsData |
class |
LiveCacheStatisticsWrapper
An implementation of LiveCacheStatistics and also implements LiveCacheStatisticsData . |
class |
NullLiveCacheStatisticsData
A no-op implementation which can be used both as a LiveCacheStatistics and LiveCacheStatisticsData |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |