org.terracotta.counter
Interface TimeStampedStatisticValue

All Superinterfaces:
Serializable

public interface TimeStampedStatisticValue
extends Serializable

A time-stamped retrieved statistic value.


Method Summary
 long getTimestamp()
          Get the Unix-timestamp for when the value was retrieved.
 long getValue()
          Get the value of this statistic
 

Method Detail

getValue

long getValue()
Get the value of this statistic


getTimestamp

long getTimestamp()
Get the Unix-timestamp for when the value was retrieved.



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