ehcache

Uses of Interface
net.sf.ehcache.statistics.sampled.SampledCacheStatistics

Packages that use SampledCacheStatistics
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. 
 

Uses of SampledCacheStatistics in net.sf.ehcache
 

Methods in net.sf.ehcache that return SampledCacheStatistics
 SampledCacheStatistics Cache.getSampledCacheStatistics()
          Returns sampled statistics for this cache.
 SampledCacheStatistics Ehcache.getSampledCacheStatistics()
          Returns sampled statistics for this cache.
 

Uses of SampledCacheStatistics in net.sf.ehcache.constructs
 

Methods in net.sf.ehcache.constructs that return SampledCacheStatistics
 SampledCacheStatistics EhcacheDecoratorAdapter.getSampledCacheStatistics()
          Returns sampled statistics for this cache.
 

Uses of SampledCacheStatistics in net.sf.ehcache.constructs.classloader
 

Methods in net.sf.ehcache.constructs.classloader that return SampledCacheStatistics
 SampledCacheStatistics ClassLoaderAwareCache.getSampledCacheStatistics()
          Returns sampled statistics for this cache.
 

Uses of SampledCacheStatistics in net.sf.ehcache.management.sampled
 

Subinterfaces of SampledCacheStatistics in net.sf.ehcache.management.sampled
 interface SampledCacheMBean
          An MBean for Cache exposing cache statistics.
 

Classes in net.sf.ehcache.management.sampled that implement SampledCacheStatistics
 class SampledCache
          An implementation of SampledCacheMBean

 

Uses of SampledCacheStatistics in net.sf.ehcache.statistics.sampled
 

Classes in net.sf.ehcache.statistics.sampled that implement SampledCacheStatistics
 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.
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.