|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AggregationMethodFactory | |
---|---|
com.espertech.esper.epl.agg.service | Aggregation services. |
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 | This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses |
Uses of AggregationMethodFactory in com.espertech.esper.epl.agg.service |
---|
Fields in com.espertech.esper.epl.agg.service declared as AggregationMethodFactory | |
---|---|
protected AggregationMethodFactory[] |
AggregationServiceFactoryBase.aggregators
Prototype aggregation states and factories. |
protected AggregationMethodFactory[] |
AggregationServiceBaseGrouped.aggregators
Aggregation states and factories. |
Methods in com.espertech.esper.epl.agg.service that return AggregationMethodFactory | |
---|---|
AggregationMethodFactory |
AggregationServiceAggExpressionDesc.getFactory()
Returns the method factory. |
Uses of AggregationMethodFactory in com.espertech.esper.epl.core |
---|
Methods in com.espertech.esper.epl.core with parameters of type AggregationMethodFactory | |
---|---|
AggregationMethod[] |
MethodResolutionServiceImpl.newAggregators(AggregationMethodFactory[] prototypes,
int agentInstanceId)
|
AggregationMethod[] |
MethodResolutionService.newAggregators(AggregationMethodFactory[] aggregators,
int agentInstanceId)
Returns a new set of aggregators given an existing prototype-set of aggregators for a given context partition (no groups). |
AggregationMethod[] |
MethodResolutionServiceImpl.newAggregators(AggregationMethodFactory[] prototypes,
int agentInstanceId,
java.lang.Object groupKey)
|
AggregationMethod[] |
MethodResolutionService.newAggregators(AggregationMethodFactory[] prototypes,
int agentInstanceId,
java.lang.Object groupKey)
Returns a new set of aggregators given an existing prototype-set of aggregators for a given context partition and group key. |
AggregationMethod[] |
MethodResolutionServiceImpl.newAggregatorsInternal(AggregationMethodFactory[] prototypes,
int agentInstanceId)
|
Uses of AggregationMethodFactory in com.espertech.esper.epl.expression |
---|
Classes in com.espertech.esper.epl.expression that implement AggregationMethodFactory | |
---|---|
class |
ExprAggMultiFunctionLinearAccessNodeFactory
|
class |
ExprAggMultiFunctionSortedMinMaxByNodeFactory
|
class |
ExprAvedevNodeFactory
|
class |
ExprAvgNodeFactory
|
class |
ExprCountNodeFactory
|
class |
ExprFirstEverNodeFactory
|
class |
ExprLastEverNodeFactory
|
class |
ExprLeavingAggNodeFactory
|
class |
ExprMedianNodeFactory
|
class |
ExprMinMaxAggrNodeFactory
|
class |
ExprNthAggNodeFactory
|
class |
ExprPlugInAggFunctionFactory
|
class |
ExprPlugInAggFunctionNodeFactory
Deprecated. |
class |
ExprPlugInAggMultiFunctionNodeFactory
|
class |
ExprRateAggNodeFactory
|
class |
ExprStddevNodeFactory
|
class |
ExprSumNodeFactory
|
|
© 2006-2011 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |