|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.agg.aggregator.AggregatorSumLong
com.espertech.esper.epl.agg.aggregator.AggregatorSumLongFilter
public class AggregatorSumLongFilter
Sum for long values.
Field Summary |
---|
Fields inherited from class com.espertech.esper.epl.agg.aggregator.AggregatorSumLong |
---|
numDataPoints, sum |
Constructor Summary | |
---|---|
AggregatorSumLongFilter()
|
Method Summary | |
---|---|
void |
enter(java.lang.Object parameters)
Apply the value as entering aggregation (entering window). |
void |
leave(java.lang.Object parameters)
Apply the value as leaving aggregation (leaving window). |
Methods inherited from class com.espertech.esper.epl.agg.aggregator.AggregatorSumLong |
---|
clear, getValue, getValueType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AggregatorSumLongFilter()
Method Detail |
---|
public void enter(java.lang.Object parameters)
AggregationMethod
The value can be null since 'null' values may be counted as unique separate values.
enter
in interface AggregationMethod
enter
in class AggregatorSumLong
parameters
- to add to aggregatepublic void leave(java.lang.Object parameters)
AggregationMethod
The value can be null since 'null' values may be counted as unique separate values.
leave
in interface AggregationMethod
leave
in class AggregatorSumLong
parameters
- to remove from aggregate
|
© 2006-2011 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 |