org.terracotta.management.stats.primitive
Class Counter

java.lang.Object
  extended by org.terracotta.management.stats.AbstractStatistic<Long,NumberUnit>
      extended by org.terracotta.management.stats.primitive.Counter
All Implemented Interfaces:
Serializable, Statistic<Long,NumberUnit>

public final class Counter
extends AbstractStatistic<Long,NumberUnit>
implements Serializable

Author:
Ludovic Orban
See Also:
Serialized Form

Constructor Summary
Counter(String name, Long value, NumberUnit unit)
           
 
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

Counter

public Counter(String name,
               Long value,
               NumberUnit unit)


Copyright © 2016. All Rights Reserved.