org.terracotta.management.stats.history
Class CounterHistory

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

public final class CounterHistory
extends AbstractStatisticHistory<Long,NumberUnit>

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

Constructor Summary
CounterHistory(List<Sample<Long>> samples, NumberUnit unit)
           
CounterHistory(NumberUnit unit, Sample<Long>... 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

CounterHistory

public CounterHistory(NumberUnit unit,
                      Sample<Long>... values)

CounterHistory

public CounterHistory(List<Sample<Long>> samples,
                      NumberUnit unit)


Copyright © 2016. All Rights Reserved.