|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AggregationMethodFactory | |
---|---|
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.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.accessagg | Access-aggregation expressions. |
com.espertech.esper.epl.expression.baseagg | Base aggregation expressions. |
com.espertech.esper.epl.expression.methodagg | Method-aggregation expressions. |
com.espertech.esper.epl.table.mgmt | Table-related services and metadata. |
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,
java.lang.String optionalContextName)
|
AggregationServiceFactory |
AggregationServiceFactoryService.getGroupReclaimAged(ExprEvaluator[] evaluatorsArr,
AggregationMethodFactory[] aggregatorsArr,
Hint reclaimGroupAged,
Hint reclaimGroupFrequency,
VariableService variableService,
AggregationAccessorSlotPair[] pairs,
AggregationStateFactory[] accessAggregations,
boolean join,
java.lang.Object groupKeyBinding,
java.lang.String optionalContextName)
|
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.getGroupReclaimMixableRollup(ExprEvaluator[] evaluatorsArr,
AggregationMethodFactory[] aggregatorsArr,
AggregationAccessorSlotPair[] pairs,
AggregationStateFactory[] accessAggregations,
boolean join,
java.lang.Object groupKeyBinding,
AggregationGroupByRollupDesc groupByRollupDesc)
|
AggregationServiceFactory |
AggregationServiceFactoryService.getGroupReclaimMixableRollup(ExprEvaluator[] evaluatorsArr,
AggregationMethodFactory[] aggregatorsArr,
AggregationAccessorSlotPair[] pairs,
AggregationStateFactory[] accessAggregations,
boolean join,
java.lang.Object groupKeyBinding,
AggregationGroupByRollupDesc groupByRollupDesc)
|
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)
|
static void |
AggregationMethodFactoryUtil.validateAggregationType(AggregationMethodFactory requiredFactory,
AggregationMethodFactory providedFactory)
|
void |
AggregationMethodFactory.validateIntoTableCompatible(AggregationMethodFactory intoTableAgg)
|
Uses of AggregationMethodFactory in com.espertech.esper.epl.agg.util |
---|
Methods in com.espertech.esper.epl.agg.util that return AggregationMethodFactory | |
---|---|
AggregationMethodFactory[] |
AggregationLocalGroupByLevel.getMethodFactories()
|
Methods in com.espertech.esper.epl.agg.util with parameters of type AggregationMethodFactory | |
---|---|
static AggregationLocalGroupByPlan |
AggregationGroupByLocalGroupByAnalyzer.analyze(ExprEvaluator[] evaluators,
AggregationMethodFactory[] prototypes,
AggregationStateFactory[] accessAggregations,
AggregationGroupByLocalGroupDesc localGroupDesc,
ExprNode[] groupByExpressions,
AggregationAccessorSlotPair[] accessors)
|
Constructors in com.espertech.esper.epl.agg.util with parameters of type AggregationMethodFactory | |
---|---|
AggregationLocalGroupByLevel(ExprEvaluator[] methodEvaluators,
AggregationMethodFactory[] methodFactories,
AggregationStateFactory[] stateFactories,
ExprEvaluator[] partitionEvaluators,
boolean defaultLevel)
|
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,
AggregationGroupByRollupLevel groupByRollupLevel)
|
AggregationMethod[] |
MethodResolutionService.newAggregators(AggregationMethodFactory[] prototypes,
int agentInstanceId,
java.lang.Object groupKey,
java.lang.Object groupKeyBinding,
AggregationGroupByRollupLevel groupByRollupLevel)
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.accessagg |
---|
Methods in com.espertech.esper.epl.expression.accessagg with parameters of type AggregationMethodFactory | |
---|---|
void |
ExprPlugInAggMultiFunctionNodeFactory.validateIntoTableCompatible(AggregationMethodFactory intoTableAgg)
|
void |
ExprAggMultiFunctionSortedMinMaxByNodeFactory.validateIntoTableCompatible(AggregationMethodFactory intoTableAgg)
|
void |
ExprAggMultiFunctionLinearAccessNodeFactoryMethod.validateIntoTableCompatible(AggregationMethodFactory intoTableAgg)
|
void |
ExprAggMultiFunctionLinearAccessNodeFactoryAccess.validateIntoTableCompatible(AggregationMethodFactory intoTableAgg)
|
void |
ExprAggCountMinSketchNodeFactoryUse.validateIntoTableCompatible(AggregationMethodFactory intoTableAgg)
|
void |
ExprAggCountMinSketchNodeFactoryState.validateIntoTableCompatible(AggregationMethodFactory intoTableAgg)
|
Constructors in com.espertech.esper.epl.expression.accessagg with parameters of type AggregationMethodFactory | |
---|---|
LinearAggregationFactoryDesc(AggregationMethodFactory factory,
EventType enumerationEventType,
java.lang.Class scalarCollectionType)
|
Uses of AggregationMethodFactory in com.espertech.esper.epl.expression.baseagg |
---|
Methods in com.espertech.esper.epl.expression.baseagg that return AggregationMethodFactory | |
---|---|
AggregationMethodFactory |
ExprAggregateNodeBase.getFactory()
Returns the aggregation state factory for use in grouping aggregation states per group-by keys. |
AggregationMethodFactory |
ExprAggregateNode.getFactory()
|
protected abstract AggregationMethodFactory |
ExprAggregateNodeBase.validateAggregationChild(ExprValidationContext validationContext)
Gives the aggregation node a chance to validate the sub-expression types. |
Uses of AggregationMethodFactory in com.espertech.esper.epl.expression.methodagg |
---|
Classes in com.espertech.esper.epl.expression.methodagg that implement AggregationMethodFactory | |
---|---|
class |
ExprAvedevNodeFactory
|
class |
ExprAvgNodeFactory
|
class |
ExprCountEverNodeFactory
|
class |
ExprCountNodeFactory
|
class |
ExprFirstEverNodeFactory
|
class |
ExprLastEverNodeFactory
|
class |
ExprLeavingAggNodeFactory
|
class |
ExprMedianNodeFactory
|
class |
ExprMinMaxAggrNodeFactory
|
class |
ExprNthAggNodeFactory
|
class |
ExprPlugInAggFunctionFactory
|
class |
ExprRateAggNodeFactory
|
class |
ExprStddevNodeFactory
|
class |
ExprSumNodeFactory
|
Uses of AggregationMethodFactory in com.espertech.esper.epl.table.mgmt |
---|
Methods in com.espertech.esper.epl.table.mgmt that return AggregationMethodFactory | |
---|---|
AggregationMethodFactory |
TableMetadataColumnAggregation.getFactory()
|
Constructors in com.espertech.esper.epl.table.mgmt with parameters of type AggregationMethodFactory | |
---|---|
TableMetadataColumnAggregation(java.lang.String columnName,
AggregationMethodFactory factory,
int methodOffset,
AggregationAccessorSlotPair accessAccessorSlotPair,
EPType optionalEnumerationType,
EventType optionalEventType)
|
|
TableStateRowFactory(ObjectArrayEventType objectArrayEventType,
MethodResolutionService methodResolutionService,
AggregationMethodFactory[] methodFactories,
AggregationStateFactory[] stateFactories,
int[] groupKeyIndexes,
EventAdapterService eventAdapterService)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |