Uses of Class
com.espertech.esper.epl.agg.util.AggregationLocalGroupByLevel

Packages that use AggregationLocalGroupByLevel
com.espertech.esper.epl.agg.service Aggregation services. 
com.espertech.esper.epl.agg.util Aggregation utility classes centered around local group-by parameters. 
 

Uses of AggregationLocalGroupByLevel in com.espertech.esper.epl.agg.service
 

Methods in com.espertech.esper.epl.agg.service with parameters of type AggregationLocalGroupByLevel
protected static void AggSvcGroupLocalGroupByBase.aggregateIntoEnter(AggregationLocalGroupByLevel level, AggregationMethod[] methods, AggregationState[] states, EventBean[] eventsPerStream, ExprEvaluatorContext exprEvaluatorContext)
           
protected static void AggSvcGroupLocalGroupByBase.aggregateIntoLeave(AggregationLocalGroupByLevel level, AggregationMethod[] methods, AggregationState[] states, EventBean[] eventsPerStream, ExprEvaluatorContext exprEvaluatorContext)
           
protected abstract  java.lang.Object AggSvcGroupLocalGroupByBase.computeGroupKey(AggregationLocalGroupByLevel level, java.lang.Object groupKey, ExprEvaluator[] partitionEval, EventBean[] eventsPerStream, boolean newData, ExprEvaluatorContext exprEvaluatorContext)
           
protected  java.lang.Object AggSvcGroupByLocalGroupBy.computeGroupKey(AggregationLocalGroupByLevel level, java.lang.Object groupKey, ExprEvaluator[] partitionEval, EventBean[] eventsPerStream, boolean newData, ExprEvaluatorContext exprEvaluatorContext)
           
protected  java.lang.Object AggSvcGroupAllLocalGroupBy.computeGroupKey(AggregationLocalGroupByLevel level, java.lang.Object groupKey, ExprEvaluator[] partitionEval, EventBean[] eventsPerStream, boolean newData, ExprEvaluatorContext exprEvaluatorContext)
           
 

Uses of AggregationLocalGroupByLevel in com.espertech.esper.epl.agg.util
 

Methods in com.espertech.esper.epl.agg.util that return AggregationLocalGroupByLevel
 AggregationLocalGroupByLevel[] AggregationLocalGroupByPlan.getAllLevels()
           
 AggregationLocalGroupByLevel AggregationLocalGroupByPlan.getOptionalLevelTop()
           
 

Constructors in com.espertech.esper.epl.agg.util with parameters of type AggregationLocalGroupByLevel
AggregationLocalGroupByPlan(int numMethods, int numAccess, AggregationLocalGroupByColumn[] columns, AggregationLocalGroupByLevel optionalLevelTop, AggregationLocalGroupByLevel[] allLevels)
           
AggregationLocalGroupByPlan(int numMethods, int numAccess, AggregationLocalGroupByColumn[] columns, AggregationLocalGroupByLevel optionalLevelTop, AggregationLocalGroupByLevel[] allLevels)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com