org.terracotta.management.stats.primitive
Class Average

java.lang.Object
  extended by org.terracotta.management.stats.AbstractStatistic<Double,TimeUnit>
      extended by org.terracotta.management.stats.primitive.Average
All Implemented Interfaces:
Serializable, Statistic<Double,TimeUnit>

public final class Average
extends AbstractStatistic<Double,TimeUnit>
implements Serializable

Author:
Mathieu Carbou
See Also:
Serialized Form

Constructor Summary
Average(String name, Double value, TimeUnit timeUnit)
           
 
Method Summary
 
Methods inherited from class org.terracotta.management.stats.AbstractStatistic
equals, getName, getUnit, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Average

public Average(String name,
               Double value,
               TimeUnit timeUnit)


Copyright © 2016. All Rights Reserved.