|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.agg.service.AggregationMethodRowAged
public class AggregationMethodRowAged
A row in aggregation state, with aging information.
Constructor Summary | |
---|---|
AggregationMethodRowAged(long refcount,
long lastUpdateTime,
AggregationMethod[] methods,
AggregationState[] states)
Ctor. |
Method Summary | |
---|---|
void |
decreaseRefcount()
Decrease number of data points by one. |
long |
getLastUpdateTime()
Returns last upd time. |
AggregationMethod[] |
getMethods()
Returns aggregation state. |
long |
getRefcount()
Returns number of data points. |
AggregationState[] |
getStates()
Returns the states for first/last/window aggregation functions. |
void |
increaseRefcount()
Increase number of data points by one. |
void |
setLastUpdateTime(long lastUpdateTime)
Set last update time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AggregationMethodRowAged(long refcount, long lastUpdateTime, AggregationMethod[] methods, AggregationState[] states)
lastUpdateTime
- time of creationrefcount
- number of items in statemethods
- aggregationsstates
- for first/last/window type accessMethod Detail |
---|
public long getRefcount()
public long getLastUpdateTime()
public AggregationMethod[] getMethods()
public void setLastUpdateTime(long lastUpdateTime)
lastUpdateTime
- timepublic void increaseRefcount()
public void decreaseRefcount()
public AggregationState[] getStates()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |