Uses of Interface
com.espertech.esper.common.client.hook.aggmultifunc.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
Modifier 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
-
Uses of AggregationMultiFunctionStateKey in com.espertech.esper.common.internal.epl.agg.access.countminsketch
Modifier and TypeMethodDescriptionAggregationForgeFactoryAccessCountMinSketchAdd.getAggregationStateKey
(boolean isMatchRecognize) AggregationForgeFactoryAccessCountMinSketchState.getAggregationStateKey
(boolean isMatchRecognize) -
Uses of AggregationMultiFunctionStateKey in com.espertech.esper.common.internal.epl.agg.access.linear
Modifier and TypeMethodDescriptionAggregationForgeFactoryAccessLinear.getAggregationStateKey
(boolean isMatchRecognize) ModifierConstructorDescriptionAggregationForgeFactoryAccessLinear
(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
Modifier and TypeMethodDescriptionAggregationForgeFactoryAccessPlugin.getAggregationStateKey
(boolean isMatchRecognize) -
Uses of AggregationMultiFunctionStateKey in com.espertech.esper.common.internal.epl.agg.access.sorted
Modifier and TypeMethodDescriptionAggregationForgeFactoryAccessSorted.getAggregationStateKey
(boolean isMatchRecognize) ModifierConstructorDescriptionAggregationForgeFactoryAccessSorted
(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
Modifier and TypeMethodDescriptionAggregationForgeFactory.getAggregationStateKey
(boolean isMatchRecognize) -
Uses of AggregationMultiFunctionStateKey in com.espertech.esper.common.internal.epl.agg.method.core
Modifier and TypeMethodDescriptionAggregationForgeFactoryBase.getAggregationStateKey
(boolean isMatchRecognize)