org.terracotta.counter
Interface Statistic

All Known Subinterfaces:
Counter, RateCounter
All Known Implementing Classes:
BoundedCounter, RateCounterImpl, SimpleCounterImpl

public interface Statistic

A long based statistic.


Method Summary
 long getAndReset()
          Get the current and then reset this statistic.
 long getValue()
          Get the current value.
 

Method Detail

getValue

long getValue()
Get the current value.


getAndReset

long getAndReset()
Get the current and then reset this statistic.



Copyright © 2015 Terracotta, Inc.. All Rights Reserved.