|
||||||||||
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 |
com.espertech.esper.metrics.instrumentation |
Uses of AggregationMethodFactory in com.espertech.esper.epl.agg.service |
---|
Fields in com.espertech.esper.epl.agg.service declared as AggregationMethodFactory | |
---|---|
protected AggregationMethodFactory[] |
AggregationServiceBaseUngrouped.aggregatorFactories
|
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. |
Methods in com.espertech.esper.epl.agg.service with parameters of type AggregationMethodFactory | |
---|---|
AggregationServiceFactory |
AggregationServiceFactoryServiceImpl.getGroupedNoReclaimNoAccess(ExprEvaluator[] evaluatorsArr,
AggregationMethodFactory[] aggregatorsArr,
java.lang.Object groupKeyBinding)
|
AggregationServiceFactory |
AggregationServiceFactoryService.getGroupedNoReclaimNoAccess(ExprEvaluator[] evaluatorsArr,
AggregationMethodFactory[] aggregatorsArr,
java.lang.Object groupKeyBinding)
|
AggregationServiceFactory |
AggregationServiceFactoryServiceImpl.getGroupNoReclaimMixed(ExprEvaluator[] evaluatorsArr,
AggregationMethodFactory[] aggregatorsArr,
AggregationAccessorSlotPair[] pairs,
AggregationStateFactory[] accessAggregations,
boolean join,
java.lang.Object groupKeyBinding)
|
AggregationServiceFactory |
AggregationServiceFactoryService.getGroupNoReclaimMixed(ExprEvaluator[] evaluatorsArr,
AggregationMethodFactory[] aggregatorsArr,
AggregationAccessorSlotPair[] pairs,
AggregationStateFactory[] accessAggregations,
boolean join,
java.lang.Object groupKeyBinding)
|
AggregationServiceFactory |
AggregationServiceFactoryServiceImpl.getGroupReclaimAged(ExprEvaluator[] evaluatorsArr,
AggregationMethodFactory[] aggregatorsArr,
Hint reclaimGroupAged,
Hint reclaimGroupFrequency,
VariableService variableService,
AggregationAccessorSlotPair[] pairs,
AggregationStateFactory[] accessAggregations,
boolean join,
java.lang.Object groupKeyBinding)
|
AggregationServiceFactory |
AggregationServiceFactoryService.getGroupReclaimAged(ExprEvaluator[] evaluatorsArr,
AggregationMethodFactory[] aggregatorsArr,
Hint reclaimGroupAged,
Hint reclaimGroupFrequency,
VariableService variableService,
AggregationAccessorSlotPair[] pairs,
AggregationStateFactory[] accessAggregations,
boolean join,
java.lang.Object groupKeyBinding)
|
AggregationServiceFactory |
AggregationServiceFactoryServiceImpl.getGroupReclaimMixable(ExprEvaluator[] evaluatorsArr,
AggregationMethodFactory[] aggregatorsArr,
AggregationAccessorSlotPair[] pairs,
AggregationStateFactory[] accessAggregations,
boolean join,
java.lang.Object groupKeyBinding)
|
AggregationServiceFactory |
AggregationServiceFactoryService.getGroupReclaimMixable(ExprEvaluator[] evaluatorsArr,
AggregationMethodFactory[] aggregatorsArr,
AggregationAccessorSlotPair[] pairs,
AggregationStateFactory[] accessAggregations,
boolean join,
java.lang.Object groupKeyBinding)
|
AggregationServiceFactory |
AggregationServiceFactoryServiceImpl.getGroupReclaimNoAccess(ExprEvaluator[] evaluatorsArr,
AggregationMethodFactory[] aggregatorsArr,
AggregationAccessorSlotPair[] pairs,
AggregationStateFactory[] accessAggregations,
boolean join,
java.lang.Object groupKeyBinding)
|
AggregationServiceFactory |
AggregationServiceFactoryService.getGroupReclaimNoAccess(ExprEvaluator[] evaluatorsArr,
AggregationMethodFactory[] aggregatorsArr,
AggregationAccessorSlotPair[] pairs,
AggregationStateFactory[] accessAggregations,
boolean join,
java.lang.Object groupKeyBinding)
|
AggregationServiceFactory |
AggregationServiceFactoryServiceImpl.getNoGroupAccessMixed(ExprEvaluator[] evaluatorsArr,
AggregationMethodFactory[] aggregatorsArr,
AggregationAccessorSlotPair[] pairs,
AggregationStateFactory[] accessAggregations,
boolean join)
|
AggregationServiceFactory |
AggregationServiceFactoryService.getNoGroupAccessMixed(ExprEvaluator[] evaluatorsArr,
AggregationMethodFactory[] aggregatorsArr,
AggregationAccessorSlotPair[] pairs,
AggregationStateFactory[] accessAggregations,
boolean join)
|
AggregationServiceFactory |
AggregationServiceFactoryServiceImpl.getNoGroupNoAccess(ExprEvaluator[] evaluatorsArr,
AggregationMethodFactory[] aggregatorsArr)
|
AggregationServiceFactory |
AggregationServiceFactoryService.getNoGroupNoAccess(ExprEvaluator[] evaluatorsArr,
AggregationMethodFactory[] aggregatorsArr)
|
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,
java.lang.Object groupKeyBinding)
|
AggregationMethod[] |
MethodResolutionService.newAggregators(AggregationMethodFactory[] prototypes,
int agentInstanceId,
java.lang.Object groupKey,
java.lang.Object groupKeyBinding)
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
|
Uses of AggregationMethodFactory in com.espertech.esper.metrics.instrumentation |
---|
Methods in com.espertech.esper.metrics.instrumentation with parameters of type AggregationMethodFactory | |
---|---|
void |
InstrumentationDefault.qAggNoAccessEnterLeave(boolean enter,
int index,
AggregationMethod aggregationMethod,
AggregationMethodFactory aggregationMethodFactory)
|
void |
Instrumentation.qAggNoAccessEnterLeave(boolean enter,
int index,
AggregationMethod aggregationMethod,
AggregationMethodFactory aggregationMethodFactory)
|
|
© 2006-2014 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |