org.terracotta.management.stats.history
Class RateHistory

java.lang.Object
  extended by org.terracotta.management.stats.AbstractStatisticHistory<Double,TimeUnit>
      extended by org.terracotta.management.stats.history.RateHistory
All Implemented Interfaces:
Serializable, Statistic<Sample<Double>[],TimeUnit>, StatisticHistory<Double,TimeUnit>

public final class RateHistory
extends AbstractStatisticHistory<Double,TimeUnit>

Author:
Ludovic Orban, Mathieu Carbou
See Also:
Serialized Form

Constructor Summary
RateHistory(List<Sample<Double>> samples, TimeUnit timeUnit)
           
RateHistory(TimeUnit unit, Sample<Double>... values)
           
 
Method Summary
 
Methods inherited from class org.terracotta.management.stats.AbstractStatisticHistory
equals, getUnit, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RateHistory

public RateHistory(TimeUnit unit,
                   Sample<Double>... values)

RateHistory

public RateHistory(List<Sample<Double>> samples,
                   TimeUnit timeUnit)


Copyright © 2016. All Rights Reserved.