|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeStampedCounterValue | |
---|---|
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 | |
---|---|
TimeStampedCounterValue[] |
SampledCounterProxy.getAllSampleValues()
|
TimeStampedCounterValue |
SampledCounterProxy.getMostRecentSample()
|
protected TimeStampedCounterValue[] |
SampledCounterProxy.sortAndPresent(List<TimeStampedCounterValue> arr)
Sort and present the List of values |
Method parameters in net.sf.ehcache.management.sampled with type arguments of type TimeStampedCounterValue | |
---|---|
protected TimeStampedCounterValue[] |
SampledCounterProxy.sortAndPresent(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 | |
---|---|
protected CircularLossyQueue<TimeStampedCounterValue> |
SampledCounterImpl.history
The history of this counter |
Methods in net.sf.ehcache.util.counter.sampled that return TimeStampedCounterValue | |
---|---|
TimeStampedCounterValue[] |
SampledCounterImpl.getAllSampleValues()
Returns all samples in history |
TimeStampedCounterValue[] |
SampledCounter.getAllSampleValues()
Returns all samples in history |
TimeStampedCounterValue |
SampledCounterImpl.getMostRecentSample()
Returns the most recent sampled value |
TimeStampedCounterValue |
SampledCounter.getMostRecentSample()
Returns the most recent sampled value |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |