org.terracotta.management.stats.history
Class SizeHistory

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

public final class SizeHistory
extends AbstractStatisticHistory<Long,MemoryUnit>

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

Constructor Summary
SizeHistory(List<Sample<Long>> samples, MemoryUnit memoryUnit)
           
SizeHistory(MemoryUnit 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

SizeHistory

public SizeHistory(MemoryUnit unit,
                   Sample<Long>... values)

SizeHistory

public SizeHistory(List<Sample<Long>> samples,
                   MemoryUnit memoryUnit)


Copyright © 2016. All Rights Reserved.