Search Java Classes and Packages
Search Java Frameworks and Libraries
#Net.sf.ehcache.statistics Classes and Interfaces - 12 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 |
|
| CacheUsageListener | Interface for listeners to any change in usage statistics of an Implementations of this interface should implement the Object. | Interface | net.sf.ehcache.statistics | EHCache |
|
| LiveCacheStatistics | Interface for usage statistics of a Cache. | Interface | net.sf.ehcache.statistics | EHCache |
|
| LiveCacheStatisticsData | Interface that classes storing usage statistics of a Cache will implementSince:1. | Interface | net.sf.ehcache.statistics | EHCache |
|
| LiveCacheStatisticsImpl | | Class | net.sf.ehcache.statistics | EHCache |
|
| LiveCacheStatisticsWrapper | An implementation of LiveCacheStatistics and also implements LiveCacheStatisticsData. | Class | net.sf.ehcache.statistics | EHCache |
|
| NullLiveCacheStatisticsData | A no-op implementation which can be used both as a LiveCacheStatistics and LiveCacheStatisticsDataSince:1. | Class | net.sf.ehcache.statistics | 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 |
|
| Statistics | An immutable Cache statistics implementation This is like a value object, with the added ability to clear cache statistics on the cache. | Class | net.sf.ehcache | EHCache |