org.terracotta.counter
Interface SampledStatistic


public interface SampledStatistic

A sampled statistic value.


Method Summary
 TimeStampedStatisticValue[] getAllSampleValues()
          Returns as full a history from this statistic as possible.
 TimeStampedStatisticValue getMostRecentSample()
          Returns the most recent sampled from this statistic.
 

Method Detail

getMostRecentSample

TimeStampedStatisticValue getMostRecentSample()
Returns the most recent sampled from this statistic.


getAllSampleValues

TimeStampedStatisticValue[] getAllSampleValues()
Returns as full a history from this statistic as possible.



Copyright © 2015 Terracotta, Inc.. All Rights Reserved.