Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SampledCacheStatistics |
Ehcache.getSampledCacheStatistics()
Returns sampled statistics for this cache.
|
SampledCacheStatistics |
Cache.getSampledCacheStatistics()
Returns sampled statistics for this cache.
|
Modifier and Type | Method and Description |
---|---|
SampledCacheStatistics |
EhcacheDecoratorAdapter.getSampledCacheStatistics()
Returns sampled statistics for this cache.
|
Modifier and Type | Method and Description |
---|---|
SampledCacheStatistics |
ClassLoaderAwareCache.getSampledCacheStatistics()
Returns sampled statistics for this cache.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheSamplerImpl
An implementation of
CacheSampler |
class |
ComprehensiveCacheSamplerImpl
The default implementation of
ComprehensiveCacheSampler . |
class |
SampledCache
An implementation of
SampledCacheMBean |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheStatisticsSampler
An interface for statistic samplers that expose the counters that track the actual sampled cache statistics.
|
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.