org.quartz.utils.counter.sampled
Class TimeStampedCounterValue

java.lang.Object
  extended by org.quartz.utils.counter.sampled.TimeStampedCounterValue
All Implemented Interfaces:
java.io.Serializable

public class TimeStampedCounterValue
extends java.lang.Object
implements java.io.Serializable

A counter value at a particular time instance

Since:
1.8
Author:
Abhishek Sanoujam
See Also:
Serialized Form

Constructor Summary
TimeStampedCounterValue(long timestamp, long value)
          Constructor accepting the value of both timestamp and the counter value.
 
Method Summary
 long getCounterValue()
          Get the counter value
 long getTimestamp()
          Get value of the timestamp
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeStampedCounterValue

public TimeStampedCounterValue(long timestamp,
                               long value)
Constructor accepting the value of both timestamp and the counter value.

Parameters:
timestamp -
value -
Method Detail

getCounterValue

public long getCounterValue()
Get the counter value

Returns:
The counter value

getTimestamp

public long getTimestamp()
Get value of the timestamp

Returns:
the timestamp associated with the current value

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object


Copyright 2001-2019, Terracotta, Inc.