ehcache

Uses of Class
net.sf.ehcache.util.counter.sampled.TimeStampedCounterValue

Packages that use TimeStampedCounterValue
net.sf.ehcache.util.counter.sampled This package contains utility classes for SampledCounter's 
 

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

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.