Package | Description |
---|---|
net.sf.ehcache.util.counter.sampled |
This package contains utility classes for SampledCounter's
|
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-2013 Terracotta, Inc.. All Rights Reserved.