Uses of Class org.quartz.utils.counter.sampled.TimeStampedCounterValue (Quartz Parent POM 2.0.1 API)

Quartz Java



Uses of Class
org.quartz.utils.counter.sampled.TimeStampedCounterValue

Packages that use TimeStampedCounterValue
org.quartz.utils.counter.sampled   
 

Uses of TimeStampedCounterValue in org.quartz.utils.counter.sampled
 

Fields in org.quartz.utils.counter.sampled with type parameters of type TimeStampedCounterValue
protected  CircularLossyQueue<TimeStampedCounterValue> SampledCounterImpl.history
          The history of this counter
 

Methods in org.quartz.utils.counter.sampled that return TimeStampedCounterValue
 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 2001-2011, Terracotta, Inc.