Package | Description |
---|---|
com.espertech.esper.epl.agg.factory |
Aggregator factories
|
com.espertech.esper.epl.agg.service |
Aggregation services.
|
com.espertech.esper.epl.expression.accessagg |
Access-aggregation expressions.
|
com.espertech.esper.plugin |
APIs for plug-in adapter (for input-output) and plug-in event representation (event types and event objects) are in
this package.
|
Modifier and Type | Method and Description |
---|---|
AggregationStateKey |
AggregationMethodFactorySum.getAggregationStateKey(boolean isMatchRecognize) |
AggregationStateKey |
AggregationMethodFactoryStddev.getAggregationStateKey(boolean isMatchRecognize) |
AggregationStateKey |
AggregationMethodFactoryRate.getAggregationStateKey(boolean isMatchRecognize) |
AggregationStateKey |
AggregationMethodFactoryPlugIn.getAggregationStateKey(boolean isMatchRecognize) |
AggregationStateKey |
AggregationMethodFactoryNth.getAggregationStateKey(boolean isMatchRecognize) |
AggregationStateKey |
AggregationMethodFactoryMinMax.getAggregationStateKey(boolean isMatchRecognize) |
AggregationStateKey |
AggregationMethodFactoryMedian.getAggregationStateKey(boolean isMatchRecognize) |
AggregationStateKey |
AggregationMethodFactoryLeaving.getAggregationStateKey(boolean isMatchRecognize) |
AggregationStateKey |
AggregationMethodFactoryLastEver.getAggregationStateKey(boolean isMatchRecognize) |
AggregationStateKey |
AggregationMethodFactoryFirstEver.getAggregationStateKey(boolean isMatchRecognize) |
AggregationStateKey |
AggregationMethodFactoryCountEver.getAggregationStateKey(boolean isMatchRecognize) |
AggregationStateKey |
AggregationMethodFactoryCount.getAggregationStateKey(boolean isMatchRecognize) |
AggregationStateKey |
AggregationMethodFactoryAvg.getAggregationStateKey(boolean isMatchRecognize) |
AggregationStateKey |
AggregationMethodFactoryAvedev.getAggregationStateKey(boolean isMatchRecognize) |
Modifier and Type | Class and Description |
---|---|
class |
AggregationStateKeyWStream |
Modifier and Type | Method and Description |
---|---|
AggregationStateKey |
AggregationMethodFactory.getAggregationStateKey(boolean isMatchRecognize) |
Modifier and Type | Method and Description |
---|---|
AggregationStateKey |
ExprPlugInAggMultiFunctionNodeFactory.getAggregationStateKey(boolean isMatchRecognize) |
AggregationStateKey |
ExprAggMultiFunctionSortedMinMaxByNodeFactory.getAggregationStateKey(boolean isMatchRecognize) |
AggregationStateKey |
ExprAggMultiFunctionLinearAccessNodeFactoryAccess.getAggregationStateKey(boolean isMatchRecognize) |
AggregationStateKey |
ExprAggCountMinSketchNodeFactoryUse.getAggregationStateKey(boolean isMatchRecognize) |
AggregationStateKey |
ExprAggCountMinSketchNodeFactoryBase.getAggregationStateKey(boolean isMatchRecognize) |
AggregationStateKey |
AggregationMethodFactoryFirstLastUnbound.getAggregationStateKey(boolean isMatchRecognize) |
Constructor and Description |
---|
ExprAggMultiFunctionLinearAccessNodeFactoryAccess(ExprAggMultiFunctionLinearAccessNode parent,
AggregationAccessor accessor,
Class accessorResultType,
EventType containedEventType,
AggregationStateKey optionalStateKey,
AggregationStateFactory optionalStateFactory,
AggregationAgent optionalAgent) |
ExprAggMultiFunctionSortedMinMaxByNodeFactory(ExprAggMultiFunctionSortedMinMaxByNode parent,
AggregationAccessor accessor,
Class accessorResultType,
EventType containedEventType,
AggregationStateKey optionalStateKey,
SortedAggregationStateFactoryFactory optionalStateFactory,
AggregationAgent optionalAgent) |
Modifier and Type | Method and Description |
---|---|
AggregationStateKey |
PlugInAggregationMultiFunctionHandler.getAggregationStateUniqueKey()
Return a state-key object that determines how the engine shares aggregation state
between multiple aggregation functions that may appear in the same EPL statement.
|