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 | Method and Description |
---|---|
TimeStampedCounterValue[] |
SampledCounterProxy.getAllSampleValues() |
TimeStampedCounterValue |
SampledCounterProxy.getMostRecentSample() |
protected TimeStampedCounterValue[] |
SampledCounterProxy.sortAndPresent(List<TimeStampedCounterValue> arr)
Sort and present the List of values
|
Modifier and Type | Method and Description |
---|---|
protected TimeStampedCounterValue[] |
SampledCounterProxy.sortAndPresent(List<TimeStampedCounterValue> arr)
Sort and present the List of values
|
Modifier and Type | Field and Description |
---|---|
protected CircularLossyQueue<TimeStampedCounterValue> |
SampledCounterImpl.history
The history of this counter
|
Modifier and Type | Method and Description |
---|---|
TimeStampedCounterValue[] |
SampledCounter.getAllSampleValues()
Returns all samples in history
|
TimeStampedCounterValue[] |
SampledCounterImpl.getAllSampleValues()
Returns all samples in history
|
TimeStampedCounterValue |
SampledCounter.getMostRecentSample()
Returns the most recent sampled value
|
TimeStampedCounterValue |
SampledCounterImpl.getMostRecentSample()
Returns the most recent sampled value
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.