Uses of Interface
com.espertech.esper.client.hook.AggregationFunctionFactory

Packages that use AggregationFunctionFactory
com.espertech.esper.epl.agg.factory   
com.espertech.esper.epl.core Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.epl.expression.methodagg Method-aggregation expressions. 
 

Uses of AggregationFunctionFactory in com.espertech.esper.epl.agg.factory
 

Fields in com.espertech.esper.epl.agg.factory declared as AggregationFunctionFactory
protected  AggregationFunctionFactory AggregationMethodFactoryPlugIn.aggregationFunctionFactory
           
 

Methods in com.espertech.esper.epl.agg.factory with parameters of type AggregationFunctionFactory
 AggregationMethodFactory AggregationFactoryFactoryDefault.makePlugInMethod(StatementExtensionSvcContext statementExtensionSvcContext, ExprPlugInAggNode expr, AggregationFunctionFactory factory, java.lang.Class childType)
           
 AggregationMethodFactory AggregationFactoryFactory.makePlugInMethod(StatementExtensionSvcContext statementExtensionSvcContext, ExprPlugInAggNode expr, AggregationFunctionFactory factory, java.lang.Class childType)
           
 

Constructors in com.espertech.esper.epl.agg.factory with parameters of type AggregationFunctionFactory
AggregationMethodFactoryPlugIn(ExprPlugInAggNode parent, AggregationFunctionFactory aggregationFunctionFactory, java.lang.Class aggregatedValueType)
           
 

Uses of AggregationFunctionFactory in com.espertech.esper.epl.core
 

Methods in com.espertech.esper.epl.core that return AggregationFunctionFactory
 AggregationFunctionFactory EngineImportServiceImpl.resolveAggregationFactory(java.lang.String name)
           
 AggregationFunctionFactory EngineImportService.resolveAggregationFactory(java.lang.String functionName)
          Used at statement compile-time to try and resolve a given function name into an aggregation method.
 

Uses of AggregationFunctionFactory in com.espertech.esper.epl.expression.methodagg
 

Constructors in com.espertech.esper.epl.expression.methodagg with parameters of type AggregationFunctionFactory
ExprPlugInAggNode(boolean distinct, AggregationFunctionFactory aggregationFunctionFactory, java.lang.String functionName)
          Ctor.
 


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