Package | Description |
---|---|
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.
|
net.sf.ehcache.util.counter.sampled |
This package contains utility classes for SampledCounter's
|
Modifier and Type | Method and Description |
---|---|
SampledRateCounter |
ComprehensiveCacheSamplerImpl.getAverageGetTimeNanosSample()
Get the
SampledRateCounter for average time taken for get() operation in the
cache |
SampledRateCounter |
ComprehensiveCacheSampler.getAverageGetTimeNanosSample()
Get the
SampledRateCounter for average time taken for get() operation in the
cache |
SampledRateCounter |
ComprehensiveCacheSamplerImpl.getAverageGetTimeSample()
Get the
SampledRateCounter for average time taken for get() operation in the
cache |
SampledRateCounter |
ComprehensiveCacheSampler.getAverageGetTimeSample()
Get the
SampledRateCounter for average time taken for get() operation in the
cache |
SampledRateCounter |
ComprehensiveCacheSamplerImpl.getAverageSearchTimeSample()
Get the
SampledRateCounter for average search execution time for searches finishing within the last sample period |
SampledRateCounter |
ComprehensiveCacheSampler.getAverageSearchTimeSample()
Get the
SampledRateCounter for average search execution time for searches finishing within the last sample period |
Modifier and Type | Method and Description |
---|---|
SampledRateCounter |
SampledCacheStatisticsWrapper.getAverageGetTimeNanosSample() |
SampledRateCounter |
SampledCacheStatisticsImpl.getAverageGetTimeNanosSample() |
SampledRateCounter |
CacheStatisticsSampler.getAverageGetTimeNanosSample()
Get the
SampledRateCounter for average time taken for get() operation in the
cache |
SampledRateCounter |
SampledCacheStatisticsWrapper.getAverageGetTimeSample() |
SampledRateCounter |
SampledCacheStatisticsImpl.getAverageGetTimeSample()
Get the
SampledRateCounter for average time taken for get() operation in the
cache |
SampledRateCounter |
CacheStatisticsSampler.getAverageGetTimeSample()
Deprecated.
|
SampledRateCounter |
SampledCacheStatisticsWrapper.getAverageSearchTimeSample() |
SampledRateCounter |
SampledCacheStatisticsImpl.getAverageSearchTimeSample()
Get the
SampledRateCounter for average search execution time for searches finishing within the last sample period |
SampledRateCounter |
CacheStatisticsSampler.getAverageSearchTimeSample()
Get the
SampledRateCounter for average search execution time for searches finishing within the last sample period |
Modifier and Type | Class and Description |
---|---|
class |
SampledRateCounterImpl
An implementation of
SampledRateCounter |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.