Uses of Class
com.espertech.esper.epl.agg.service.AggregationServiceAggExpressionDesc

Packages that use AggregationServiceAggExpressionDesc
com.espertech.esper.core.context.mgr Context management. 
com.espertech.esper.core.start Classes related to start and stop of statements 
com.espertech.esper.epl.agg.service Aggregation services. 
com.espertech.esper.epl.agg.util Aggregation utility classes centered around local group-by parameters. 
com.espertech.esper.rowregex Match-recognize expression tree and state objects. 
com.espertech.esper.view.window Window views are in this package 
 

Uses of AggregationServiceAggExpressionDesc in com.espertech.esper.core.context.mgr
 

Methods in com.espertech.esper.core.context.mgr that return types with arguments of type AggregationServiceAggExpressionDesc
 java.util.List<AggregationServiceAggExpressionDesc> ContextManagedStatementSelectDesc.getAggregationExpressions()
           
 

Constructor parameters in com.espertech.esper.core.context.mgr with type arguments of type AggregationServiceAggExpressionDesc
ContextManagedStatementSelectDesc(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory, java.util.List<AggregationServiceAggExpressionDesc> aggregationExpressions, SubSelectStrategyCollection subSelectPrototypeCollection)
           
 

Uses of AggregationServiceAggExpressionDesc in com.espertech.esper.core.start
 

Method parameters in com.espertech.esper.core.start with type arguments of type AggregationServiceAggExpressionDesc
static void EPStatementStartMethodHelperAssignExpr.assignAggregations(AggregationResultFuture aggregationService, java.util.List<AggregationServiceAggExpressionDesc> aggregationExpressions)
           
 

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

Methods in com.espertech.esper.epl.agg.service that return types with arguments of type AggregationServiceAggExpressionDesc
 java.util.List<AggregationServiceAggExpressionDesc> AggregationServiceMatchRecognizeFactoryDesc.getExpressions()
           
 java.util.List<AggregationServiceAggExpressionDesc> AggregationServiceFactoryDesc.getExpressions()
           
 

Method parameters in com.espertech.esper.epl.agg.service with type arguments of type AggregationServiceAggExpressionDesc
static AggregationMultiFunctionAnalysisResult AggregationMultiFunctionAnalysisHelper.analyzeAccessAggregations(java.util.List<AggregationServiceAggExpressionDesc> aggregations)
           
 

Constructor parameters in com.espertech.esper.epl.agg.service with type arguments of type AggregationServiceAggExpressionDesc
AggregationServiceFactoryDesc(AggregationServiceFactory aggregationServiceFactory, java.util.List<AggregationServiceAggExpressionDesc> expressions, java.util.List<ExprAggregateNodeGroupKey> groupKeyExpressions)
           
AggregationServiceMatchRecognizeFactoryDesc(AggregationServiceMatchRecognizeFactory aggregationServiceFactory, java.util.List<AggregationServiceAggExpressionDesc> expressions)
           
 

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

Methods in com.espertech.esper.epl.agg.util that return types with arguments of type AggregationServiceAggExpressionDesc
 java.util.List<AggregationServiceAggExpressionDesc> AggregationGroupByLocalGroupLevel.getExpressions()
           
 

Constructor parameters in com.espertech.esper.epl.agg.util with type arguments of type AggregationServiceAggExpressionDesc
AggregationGroupByLocalGroupLevel(ExprNode[] partitionExpr, java.util.List<AggregationServiceAggExpressionDesc> expressions)
           
 

Uses of AggregationServiceAggExpressionDesc in com.espertech.esper.rowregex
 

Methods in com.espertech.esper.rowregex that return types with arguments of type AggregationServiceAggExpressionDesc
 java.util.List<AggregationServiceAggExpressionDesc> EventRowRegexNFAViewFactory.getAggregationExpressions()
           
 

Uses of AggregationServiceAggExpressionDesc in com.espertech.esper.view.window
 

Fields in com.espertech.esper.view.window with type parameters of type AggregationServiceAggExpressionDesc
protected  java.util.List<AggregationServiceAggExpressionDesc> ExpressionViewBase.aggregateNodes
           
 


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