Uses of Interface
com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionHandler
Packages that use AggregationMultiFunctionHandler
Package
Description
Aggregation multi-function extension API for aggregation functions that hold events, share state and/or operate with tables.
-
Uses of AggregationMultiFunctionHandler in com.espertech.esper.common.client.hook.aggmultifunc
Methods in com.espertech.esper.common.client.hook.aggmultifunc that return AggregationMultiFunctionHandlerModifier and TypeMethodDescriptionAggregationMultiFunctionForge.validateGetHandler
(AggregationMultiFunctionValidationContext validationContext) Called for each instance of use of any of the aggregation functions at validation time after all declared aggregation have been added. -
Uses of AggregationMultiFunctionHandler in com.espertech.esper.common.internal.epl.agg.access.plugin
Methods in com.espertech.esper.common.internal.epl.agg.access.plugin that return AggregationMultiFunctionHandlerMethods in com.espertech.esper.common.internal.epl.agg.access.plugin with parameters of type AggregationMultiFunctionHandlerModifier and TypeMethodDescriptionvoid
AggregationPortableValidationPluginMultiFunc.setHandler
(AggregationMultiFunctionHandler handler) Constructors in com.espertech.esper.common.internal.epl.agg.access.plugin with parameters of type AggregationMultiFunctionHandlerModifierConstructorDescriptionAggregationForgeFactoryAccessPlugin
(ExprPlugInMultiFunctionAggNode parent, AggregationMultiFunctionHandler handler)