Package | Description |
---|---|
com.espertech.esper.common.client.hook.aggmultifunc |
Aggregation multi-function extension API for aggregation functions that hold events, share state and/or operate with tables.
|
com.espertech.esper.common.internal.epl.agg.access.core | |
com.espertech.esper.common.internal.epl.agg.access.countminsketch | |
com.espertech.esper.common.internal.epl.agg.access.linear | |
com.espertech.esper.common.internal.epl.agg.access.plugin | |
com.espertech.esper.common.internal.epl.agg.access.sorted | |
com.espertech.esper.common.internal.epl.agg.core | |
com.espertech.esper.common.internal.epl.agg.method.core |
Modifier and Type | Method and Description |
---|---|
AggregationMultiFunctionStateKey |
AggregationMultiFunctionHandler.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.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregationStateKeyWStream |
Modifier and Type | Method and Description |
---|---|
AggregationMultiFunctionStateKey |
AggregationForgeFactoryAccessCountMinSketchState.getAggregationStateKey(boolean isMatchRecognize) |
AggregationMultiFunctionStateKey |
AggregationForgeFactoryAccessCountMinSketchAdd.getAggregationStateKey(boolean isMatchRecognize) |
Modifier and Type | Method and Description |
---|---|
AggregationMultiFunctionStateKey |
AggregationForgeFactoryAccessLinear.getAggregationStateKey(boolean isMatchRecognize) |
Constructor and Description |
---|
AggregationForgeFactoryAccessLinear(ExprAggMultiFunctionLinearAccessNode parent,
AggregationAccessorForge accessor,
Class accessorResultType,
AggregationMultiFunctionStateKey optionalStateKey,
AggregationStateFactoryForge optionalStateFactory,
AggregationAgentForge optionalAgent,
EventType containedEventType) |
Modifier and Type | Method and Description |
---|---|
AggregationMultiFunctionStateKey |
AggregationForgeFactoryAccessPlugin.getAggregationStateKey(boolean isMatchRecognize) |
Modifier and Type | Method and Description |
---|---|
AggregationMultiFunctionStateKey |
AggregationForgeFactoryAccessSorted.getAggregationStateKey(boolean isMatchRecognize) |
Constructor and Description |
---|
AggregationForgeFactoryAccessSorted(ExprAggMultiFunctionSortedMinMaxByNode parent,
AggregationAccessorForge accessor,
Class accessorResultType,
EventType containedEventType,
AggregationMultiFunctionStateKey optionalStateKey,
SortedAggregationStateDesc optionalSortedStateDesc,
AggregationAgentForge optionalAgent) |
Modifier and Type | Method and Description |
---|---|
AggregationMultiFunctionStateKey |
AggregationForgeFactory.getAggregationStateKey(boolean isMatchRecognize) |
Modifier and Type | Method and Description |
---|---|
AggregationMultiFunctionStateKey |
AggregationFactoryMethodBase.getAggregationStateKey(boolean isMatchRecognize) |
Copyright © 2005–2018. All rights reserved.