|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.agg.service.AggregationRowPair
public class AggregationRowPair
Pair of aggregation methods and states (first/last/window) data window representations.
Constructor Summary | |
---|---|
AggregationRowPair(AggregationMethod[] methods,
AggregationState[] states)
Ctor. |
Method Summary | |
---|---|
AggregationMethod[] |
getMethods()
Returns aggregation methods. |
AggregationState[] |
getStates()
Returns states to data window state. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AggregationRowPair(AggregationMethod[] methods, AggregationState[] states)
methods
- aggregation methods/statestates
- access is data window representationsMethod Detail |
---|
public AggregationMethod[] getMethods()
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 |