See: Description
Interface | Description |
---|---|
CacheStatisticsSampler |
An interface for statistic samplers that expose the counters that track the actual sampled cache statistics.
|
SampledCacheStatistics |
Interface for sampled usage statistics of a Cache
|
Class | Description |
---|---|
NullSampledCacheStatistics |
A no-op implementation of
SampledCacheStatistics
|
SampledCacheStatisticsImpl |
An implementation of
SampledCacheStatistics This also implements CacheUsageListener and depends on the notification
received from
these to update the stats
|
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.