Uses of Interface
net.sf.ehcache.util.counter.sampled.SampledCounter

Packages that use SampledCounter
net.sf.ehcache.management.sampled This package contains classes related to MBeans with Sampled Statistics. 
net.sf.ehcache.util.counter.sampled This package contains utility classes for SampledCounter's 
 

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

Classes in net.sf.ehcache.management.sampled that implement SampledCounter
 class SampledCounterProxy<E extends Number>
          The Class SampledCounterProxy.
 class SampledRateCounterProxy<E extends Number>
          The Class SampledRateCounterProxy.
 

Methods in net.sf.ehcache.management.sampled that return SampledCounter
 SampledCounter CacheSamplerImpl.getCacheClusterOfflineSample()
           
 SampledCounter SampledCache.getCacheClusterOfflineSample()
           
 SampledCounter CacheSampler.getCacheClusterOfflineSample()
          Get the SampledCounter for offline cache cluster events.
 SampledCounter CacheSamplerImpl.getCacheClusterOnlineSample()
           
 SampledCounter SampledCache.getCacheClusterOnlineSample()
           
 SampledCounter CacheSampler.getCacheClusterOnlineSample()
          Get the SampledCounter for online cache cluster events.
 SampledCounter CacheSamplerImpl.getCacheClusterRejoinSample()
           
 SampledCounter SampledCache.getCacheClusterRejoinSample()
           
 SampledCounter CacheSampler.getCacheClusterRejoinSample()
          Get the SampledCounter for rejoin cache cluster events.
 SampledCounter CacheSamplerImpl.getCacheElementEvictedSample()
          Get the SampledCounter element evicted from cache.
 SampledCounter SampledCache.getCacheElementEvictedSample()
           
 SampledCounter CacheSampler.getCacheElementEvictedSample()
          Get the SampledCounter element evicted from cache.
 SampledCounter CacheSamplerImpl.getCacheElementExpiredSample()
          Get the SampledCounter element expired from cache.
 SampledCounter SampledCache.getCacheElementExpiredSample()
           
 SampledCounter CacheSampler.getCacheElementExpiredSample()
          Get the SampledCounter element expired from cache.
 SampledCounter CacheSamplerImpl.getCacheElementPutSample()
          Get the SampledCounter element puts in the cache.
 SampledCounter SampledCache.getCacheElementPutSample()
           
 SampledCounter CacheSampler.getCacheElementPutSample()
          Get the SampledCounter element puts in the cache.
 SampledCounter CacheSamplerImpl.getCacheElementRemovedSample()
          Get the SampledCounter element removed from cache.
 SampledCounter SampledCache.getCacheElementRemovedSample()
           
 SampledCounter CacheSampler.getCacheElementRemovedSample()
          Get the SampledCounter element removed from cache.
 SampledCounter CacheSamplerImpl.getCacheElementUpdatedSample()
          Get the SampledCounter element updates , i.e.
 SampledCounter SampledCache.getCacheElementUpdatedSample()
           
 SampledCounter CacheSampler.getCacheElementUpdatedSample()
          Get the SampledCounter element updates , i.e.
 SampledCounter CacheSamplerImpl.getCacheHitInMemorySample()
          Get the SampledCounter for in-memory cache hit.
 SampledCounter SampledCache.getCacheHitInMemorySample()
           
 SampledCounter CacheSampler.getCacheHitInMemorySample()
          Get the SampledCounter for in-memory cache hit.
 SampledCounter CacheSamplerImpl.getCacheHitOffHeapSample()
          Get the SampledCounter for off-heap cache hit.
 SampledCounter SampledCache.getCacheHitOffHeapSample()
           
 SampledCounter CacheSampler.getCacheHitOffHeapSample()
          Get the SampledCounter for off-heap cache hit.
 SampledCounter CacheSamplerImpl.getCacheHitOnDiskSample()
          Get the SampledCounter for on-disk cache hit.
 SampledCounter SampledCache.getCacheHitOnDiskSample()
           
 SampledCounter CacheSampler.getCacheHitOnDiskSample()
          Get the SampledCounter for on-disk cache hit.
 SampledCounter CacheSamplerImpl.getCacheHitRatioSample()
          Get the SampledCounter for cache hit ratio.
 SampledCounter SampledCache.getCacheHitRatioSample()
           
 SampledCounter CacheSampler.getCacheHitRatioSample()
          Get the SampledCounter for cache hit ratio.
 SampledCounter CacheSamplerImpl.getCacheHitSample()
          Get the SampledCounter for cache hit.
 SampledCounter SampledCache.getCacheHitSample()
           
 SampledCounter CacheSampler.getCacheHitSample()
          Get the SampledCounter for cache hit.
 SampledCounter CacheSamplerImpl.getCacheMissExpiredSample()
          Get the SampledCounter for cache miss as result of the element getting expired.
 SampledCounter SampledCache.getCacheMissExpiredSample()
           
 SampledCounter CacheSampler.getCacheMissExpiredSample()
          Get the SampledCounter for cache miss as result of the element getting expired.
 SampledCounter CacheSamplerImpl.getCacheMissInMemorySample()
          Get the SampledCounter for in-memory cache miss.
 SampledCounter SampledCache.getCacheMissInMemorySample()
           
 SampledCounter CacheSampler.getCacheMissInMemorySample()
          Get the SampledCounter for in-memory cache miss.
 SampledCounter CacheSamplerImpl.getCacheMissNotFoundSample()
          Get the SampledCounter for cache miss as result of the element not found in cache.
 SampledCounter SampledCache.getCacheMissNotFoundSample()
           
 SampledCounter CacheSampler.getCacheMissNotFoundSample()
          Get the SampledCounter for cache miss as result of the element not found in cache.
 SampledCounter CacheSamplerImpl.getCacheMissOffHeapSample()
          Get the SampledCounter for off-heap cache miss.
 SampledCounter SampledCache.getCacheMissOffHeapSample()
           
 SampledCounter CacheSampler.getCacheMissOffHeapSample()
          Get the SampledCounter for off-heap cache miss.
 SampledCounter CacheSamplerImpl.getCacheMissOnDiskSample()
          Get the SampledCounter for on-disk cache miss.
 SampledCounter SampledCache.getCacheMissOnDiskSample()
           
 SampledCounter CacheSampler.getCacheMissOnDiskSample()
          Get the SampledCounter for on-disk cache miss.
 SampledCounter CacheSamplerImpl.getCacheMissSample()
          Get the SampledCounter for cache miss.
 SampledCounter SampledCache.getCacheMissSample()
           
 SampledCounter CacheSampler.getCacheMissSample()
          Get the SampledCounter for cache miss.
 SampledCounter CacheSamplerImpl.getCacheXaCommitsSample()
          Get the SampledCounter for number of XA Transaction commits that have completed in the interval.
 SampledCounter SampledCache.getCacheXaCommitsSample()
           
 SampledCounter CacheSampler.getCacheXaCommitsSample()
          Get the SampledCounter for number of XA Transaction commits that have completed in the interval.
 SampledCounter CacheSamplerImpl.getCacheXaRollbacksSample()
          Get the SampledCounter for number of XA Transaction rollbacks that have completed in the interval.
 SampledCounter SampledCache.getCacheXaRollbacksSample()
           
 SampledCounter CacheSampler.getCacheXaRollbacksSample()
          Get the SampledCounter for number of XA Transaction rollbacks that have completed in the interval.
 SampledCounter CacheSamplerImpl.getLocalDiskSizeInBytesSample()
          Get the SampledCounter for local disk size in bytes.
 SampledCounter SampledCache.getLocalDiskSizeInBytesSample()
           
 SampledCounter CacheSampler.getLocalDiskSizeInBytesSample()
          Get the SampledCounter for local disk size in bytes.
 SampledCounter CacheSamplerImpl.getLocalDiskSizeSample()
          Get the SampledCounter for local disk size.
 SampledCounter SampledCache.getLocalDiskSizeSample()
           
 SampledCounter CacheSampler.getLocalDiskSizeSample()
          Get the SampledCounter for local disk size.
 SampledCounter CacheSamplerImpl.getLocalHeapSizeInBytesSample()
          Get the SampledCounter for local heap size in bytes.
 SampledCounter SampledCache.getLocalHeapSizeInBytesSample()
           
 SampledCounter CacheSampler.getLocalHeapSizeInBytesSample()
          Get the SampledCounter for local heap size in bytes.
 SampledCounter CacheSamplerImpl.getLocalHeapSizeSample()
          Get the SampledCounter for local heap size.
 SampledCounter SampledCache.getLocalHeapSizeSample()
           
 SampledCounter CacheSampler.getLocalHeapSizeSample()
          Get the SampledCounter for local heap size.
 SampledCounter CacheSamplerImpl.getLocalOffHeapSizeInBytesSample()
          Get the SampledCounter for local offheap size in bytes.
 SampledCounter SampledCache.getLocalOffHeapSizeInBytesSample()
           
 SampledCounter CacheSampler.getLocalOffHeapSizeInBytesSample()
          Get the SampledCounter for local offheap size in bytes.
 SampledCounter CacheSamplerImpl.getLocalOffHeapSizeSample()
          Get the SampledCounter for local offheap size.
 SampledCounter SampledCache.getLocalOffHeapSizeSample()
           
 SampledCounter CacheSampler.getLocalOffHeapSizeSample()
          Get the SampledCounter for local offheap size.
 SampledCounter CacheSamplerImpl.getMostRecentRejoinTimestampMillisSample()
           
 SampledCounter SampledCache.getMostRecentRejoinTimestampMillisSample()
           
 SampledCounter CacheSampler.getMostRecentRejoinTimestampMillisSample()
          Get the SampledCounter for last rejoin timestamp.
 SampledCounter CacheSamplerImpl.getNonStopFailureSample()
           
 SampledCounter SampledCache.getNonStopFailureSample()
           
 SampledCounter CacheSampler.getNonStopFailureSample()
          Gets the nonstop failure sample.
 SampledCounter CacheSamplerImpl.getNonStopRejoinTimeoutSample()
           
 SampledCounter SampledCache.getNonStopRejoinTimeoutSample()
           
 SampledCounter CacheSampler.getNonStopRejoinTimeoutSample()
          Gets the nonstop rejoin sample.
 SampledCounter CacheSamplerImpl.getNonStopSuccessSample()
           
 SampledCounter SampledCache.getNonStopSuccessSample()
           
 SampledCounter CacheSampler.getNonStopSuccessSample()
          Gets the nonstop success sample.
 SampledCounter CacheSamplerImpl.getNonStopTimeoutSample()
           
 SampledCounter SampledCache.getNonStopTimeoutSample()
           
 SampledCounter CacheSampler.getNonStopTimeoutSample()
          Gets the nonstop timeout sample.
 SampledCounter CacheSamplerImpl.getRemoteSizeSample()
          Get the SampledCounter for remote size.
 SampledCounter SampledCache.getRemoteSizeSample()
           
 SampledCounter CacheSampler.getRemoteSizeSample()
          Get the SampledCounter for remote size.
 SampledCounter CacheSamplerImpl.getSearchesPerSecondSample()
          Get the SampledCounter for number of searches that have finished in the interval.
 SampledCounter SampledCache.getSearchesPerSecondSample()
           
 SampledCounter CacheSampler.getSearchesPerSecondSample()
          Get the SampledCounter for number of searches that have finished in the interval.
 SampledCounter CacheSamplerImpl.getSizeSample()
          Get the SampledCounter for cache size.
 SampledCounter SampledCache.getSizeSample()
           
 SampledCounter CacheSampler.getSizeSample()
          Get the SampledCounter for cache size.
 SampledCounter CacheSamplerImpl.getWriterQueueLengthSample()
          Get the SampledCounter for writer queue length.
 SampledCounter SampledCache.getWriterQueueLengthSample()
           
 SampledCounter CacheSampler.getWriterQueueLengthSample()
          Get the SampledCounter for writer queue length.
 

Uses of SampledCounter in net.sf.ehcache.util.counter.sampled
 

Subinterfaces of SampledCounter in net.sf.ehcache.util.counter.sampled
 interface SampledRateCounter
          Interface of a sampled rate counter -- a counter that keeps sampled values of rates
 

Classes in net.sf.ehcache.util.counter.sampled that implement SampledCounter
 class SampledCounterImpl
          An implementation of SampledCounter
 class SampledRateCounterImpl
          An implementation of SampledRateCounter
 



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