org.usergrid.persistence
Class AggregateCounter
java.lang.Object
org.usergrid.persistence.AggregateCounter
public class AggregateCounter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregateCounter
public AggregateCounter(long timestamp,
long value)
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.