org.usergrid.persistence
Class AggregateCounter

java.lang.Object
  extended by org.usergrid.persistence.AggregateCounter

public class AggregateCounter
extends Object


Constructor Summary
AggregateCounter(long timestamp, long value)
           
 
Method Summary
 long getTimestamp()
           
 long getValue()
           
 void setTimestamp(long timestamp)
           
 void setValue(long value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateCounter

public AggregateCounter(long timestamp,
                        long value)
Method Detail

getTimestamp

public long getTimestamp()

setTimestamp

public void setTimestamp(long timestamp)

getValue

public long getValue()

setValue

public void setValue(long value)


Copyright © 2013. All Rights Reserved.