Package | Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
SampledRateCounterProxy<E extends Number>
The Class SampledRateCounterProxy.
|
Modifier and Type | Method and Description |
---|---|
SampledRateCounter |
SampledCache.getAverageGetTimeSample() |
SampledRateCounter |
CacheSamplerImpl.getAverageGetTimeSample()
Get the
SampledRateCounter for average time taken for get() operation in the
cache. |
SampledRateCounter |
CacheSampler.getAverageGetTimeSample()
Get the
SampledRateCounter for average time taken for get() operation in the
cache. |
SampledRateCounter |
SampledCache.getAverageSearchTimeSample() |
SampledRateCounter |
CacheSamplerImpl.getAverageSearchTimeSample()
Get the
SampledRateCounter for average search execution time for searches finishing within the last sample period. |
SampledRateCounter |
CacheSampler.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–2016 Terracotta, Inc.. All rights reserved.