Search Java Classes and Packages
Search Java Frameworks and Libraries
#Net.sf.ehcache.statistics.sampled Classes and Interfaces - 5 results found.
| Name | Description | Type | Package | Framework |
| CacheStatisticsSampler | An interface for statistic samplers that expose the counters that track the actual sampled cache statistics. | Interface | net.sf.ehcache.statistics.sampled | EHCache |
|
| NullSampledCacheStatistics | A no-op implementation of SampledCacheStatisticsSince:1. | Class | net.sf.ehcache.statistics.sampled | EHCache |
|
| SampledCacheStatistics | Interface for sampled usage statistics of a CacheSince:1. | Interface | net.sf.ehcache.statistics.sampled | EHCache |
|
| SampledCacheStatisticsImpl | An implementation of SampledCacheStatistics This also implements CacheUsageListener and depends on these to update the stats | Class | net.sf.ehcache.statistics.sampled | EHCache |
|
| SampledCacheStatisticsWrapper | An implementation of SampledCacheStatistics and also implements CacheUsageListener and depends on the notification these to update the stats. | Class | net.sf.ehcache.statistics.sampled | EHCache |