ehcache

Uses of Interface
net.sf.ehcache.statistics.LiveCacheStatistics

Packages that use LiveCacheStatistics
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 This package contains classes related to LiveCacheStatistics and its implementation. 
 

Uses of LiveCacheStatistics in net.sf.ehcache
 

Methods in net.sf.ehcache that return LiveCacheStatistics
 LiveCacheStatistics Ehcache.getLiveCacheStatistics()
          This is different from Ehcache.getStatistics() in the way that values returned from LiveCacheStatistics will reflect the current state of the cache (and not a snapshot of the cache when the api's were called like Ehcache.getStatistics())
 LiveCacheStatistics Cache.getLiveCacheStatistics()
          This is different from Ehcache.getStatistics() in the way that values returned from LiveCacheStatistics will reflect the current state of the cache (and not a snapshot of the cache when the api's were called like Ehcache.getStatistics())
 

Uses of LiveCacheStatistics in net.sf.ehcache.constructs
 

Methods in net.sf.ehcache.constructs that return LiveCacheStatistics
 LiveCacheStatistics EhcacheDecoratorAdapter.getLiveCacheStatistics()
          This is different from Ehcache.getStatistics() in the way that values returned from LiveCacheStatistics will reflect the current state of the cache (and not a snapshot of the cache when the api's were called like Ehcache.getStatistics())
 

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

Methods in net.sf.ehcache.constructs.classloader that return LiveCacheStatistics
 LiveCacheStatistics ClassLoaderAwareCache.getLiveCacheStatistics()
          This is different from Ehcache.getStatistics() in the way that values returned from LiveCacheStatistics will reflect the current state of the cache (and not a snapshot of the cache when the api's were called like Ehcache.getStatistics())
 

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

Subinterfaces of LiveCacheStatistics in net.sf.ehcache.management.sampled
 interface CacheSampler
          An interface for exposing cache statistics.
 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 LiveCacheStatistics
 class CacheSamplerImpl
          An implementation of CacheSampler
 class ComprehensiveCacheSamplerImpl
          The default implementation of ComprehensiveCacheSampler.
 class SampledCache
          An implementation of SampledCacheMBean
 

Uses of LiveCacheStatistics in net.sf.ehcache.statistics
 

Classes in net.sf.ehcache.statistics that implement LiveCacheStatistics
 class LiveCacheStatisticsImpl
          Implementation which can be used both as a LiveCacheStatistics and LiveCacheStatisticsData
 class LiveCacheStatisticsWrapper
          An implementation of LiveCacheStatistics and also implements LiveCacheStatisticsData.
 class NullLiveCacheStatisticsData
          A no-op implementation which can be used both as a LiveCacheStatistics and LiveCacheStatisticsData
 


ehcache

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