ehcache

Uses of Interface
net.sf.ehcache.management.sampled.CacheSampler

Packages that use CacheSampler
net.sf.ehcache.management.sampled This package contains classes related to MBeans with Sampled Statistics. 
 

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

Subinterfaces of CacheSampler in net.sf.ehcache.management.sampled
 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.
 

Classes in net.sf.ehcache.management.sampled that implement CacheSampler
 class CacheSamplerImpl
          An implementation of CacheSampler
 class ComprehensiveCacheSamplerImpl
          The default implementation of ComprehensiveCacheSampler.
 class SampledCache
          An implementation of SampledCacheMBean
 


ehcache

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