Uses of Class
net.sf.ehcache.util.counter.sampled.TimeStampedCounterValue
-
Packages that use TimeStampedCounterValue 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 -
-
Uses of TimeStampedCounterValue in net.sf.ehcache.management.sampled
Methods in net.sf.ehcache.management.sampled that return TimeStampedCounterValue Modifier and Type Method Description TimeStampedCounterValue[]SampledCounterProxy. getAllSampleValues()TimeStampedCounterValueSampledCounterProxy. getMostRecentSample()protected TimeStampedCounterValue[]SampledCounterProxy. sortAndPresent(java.util.List<TimeStampedCounterValue> arr)Sort and present the List of valuesMethod parameters in net.sf.ehcache.management.sampled with type arguments of type TimeStampedCounterValue Modifier and Type Method Description protected TimeStampedCounterValue[]SampledCounterProxy. sortAndPresent(java.util.List<TimeStampedCounterValue> arr)Sort and present the List of values -
Uses of TimeStampedCounterValue in net.sf.ehcache.util.counter.sampled
Fields in net.sf.ehcache.util.counter.sampled with type parameters of type TimeStampedCounterValue Modifier and Type Field Description protected CircularLossyQueue<TimeStampedCounterValue>SampledCounterImpl. historyThe history of this counterMethods in net.sf.ehcache.util.counter.sampled that return TimeStampedCounterValue Modifier and Type Method Description TimeStampedCounterValue[]SampledCounter. getAllSampleValues()Returns all samples in historyTimeStampedCounterValue[]SampledCounterImpl. getAllSampleValues()Returns all samples in historyTimeStampedCounterValueSampledCounter. getMostRecentSample()Returns the most recent sampled valueTimeStampedCounterValueSampledCounterImpl. getMostRecentSample()Returns the most recent sampled value
-