Uses of Interface
com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionStateKey
Packages that use AggregationMultiFunctionStateKey
Package
Description
Aggregation multi-function extension API for aggregation functions that hold events, share state and/or operate with tables.
-
Uses of AggregationMultiFunctionStateKey in com.espertech.esper.common.client.hook.aggmultifunc
Methods in com.espertech.esper.common.client.hook.aggmultifunc that return AggregationMultiFunctionStateKeyModifier and TypeMethodDescriptionAggregationMultiFunctionHandler.getAggregationStateUniqueKey()
Return a state-key object that determines how the runtimeshares aggregation state between multiple aggregation functions that may appear in the same EPL statement. -
Uses of AggregationMultiFunctionStateKey in com.espertech.esper.common.internal.epl.agg.access.core
Classes in com.espertech.esper.common.internal.epl.agg.access.core that implement AggregationMultiFunctionStateKey -
Uses of AggregationMultiFunctionStateKey in com.espertech.esper.common.internal.epl.agg.access.countminsketch
Methods in com.espertech.esper.common.internal.epl.agg.access.countminsketch that return AggregationMultiFunctionStateKeyModifier and TypeMethodDescriptionAggregationForgeFactoryAccessCountMinSketchAdd.getAggregationStateKey
(boolean isMatchRecognize) AggregationForgeFactoryAccessCountMinSketchState.getAggregationStateKey
(boolean isMatchRecognize) -
Uses of AggregationMultiFunctionStateKey in com.espertech.esper.common.internal.epl.agg.access.linear
Methods in com.espertech.esper.common.internal.epl.agg.access.linear that return AggregationMultiFunctionStateKeyModifier and TypeMethodDescriptionAggregationForgeFactoryAccessLinear.getAggregationStateKey
(boolean isMatchRecognize) Constructors in com.espertech.esper.common.internal.epl.agg.access.linear with parameters of type AggregationMultiFunctionStateKeyModifierConstructorDescriptionAggregationForgeFactoryAccessLinear
(ExprAggMultiFunctionLinearAccessNode parent, AggregationAccessorForge accessor, EPTypeClass accessorResultType, AggregationMultiFunctionStateKey optionalStateKey, AggregationStateFactoryForge optionalStateFactory, AggregationAgentForge optionalAgent, EventType containedEventType) -
Uses of AggregationMultiFunctionStateKey in com.espertech.esper.common.internal.epl.agg.access.plugin
Methods in com.espertech.esper.common.internal.epl.agg.access.plugin that return AggregationMultiFunctionStateKeyModifier and TypeMethodDescriptionAggregationForgeFactoryAccessPlugin.getAggregationStateKey
(boolean isMatchRecognize) -
Uses of AggregationMultiFunctionStateKey in com.espertech.esper.common.internal.epl.agg.access.sorted
Methods in com.espertech.esper.common.internal.epl.agg.access.sorted that return AggregationMultiFunctionStateKeyModifier and TypeMethodDescriptionAggregationForgeFactoryAccessSorted.getAggregationStateKey
(boolean isMatchRecognize) Constructors in com.espertech.esper.common.internal.epl.agg.access.sorted with parameters of type AggregationMultiFunctionStateKeyModifierConstructorDescriptionAggregationForgeFactoryAccessSorted
(ExprAggMultiFunctionSortedMinMaxByNode parent, AggregationAccessorForge accessor, EPTypeClass accessorResultType, EventType containedEventType, AggregationMultiFunctionStateKey optionalStateKey, SortedAggregationStateDesc optionalSortedStateDesc, AggregationAgentForge optionalAgent) -
Uses of AggregationMultiFunctionStateKey in com.espertech.esper.common.internal.epl.agg.core
Methods in com.espertech.esper.common.internal.epl.agg.core that return AggregationMultiFunctionStateKeyModifier and TypeMethodDescriptionAggregationForgeFactory.getAggregationStateKey
(boolean isMatchRecognize) -
Uses of AggregationMultiFunctionStateKey in com.espertech.esper.common.internal.epl.agg.method.core
Methods in com.espertech.esper.common.internal.epl.agg.method.core that return AggregationMultiFunctionStateKeyModifier and TypeMethodDescriptionAggregationForgeFactoryBase.getAggregationStateKey
(boolean isMatchRecognize)