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.
|
Class and Description |
---|
AggregationMultiFunctionAccessor
Accessor for access aggregation functions.
|
AggregationMultiFunctionAccessorFactoryContext
Context for use with plug-in aggregation multi-functions that implement
AggregationMultiFunctionAccessorFactory . |
AggregationMultiFunctionAccessorMode
Describes to the compiler how it should manage code for aggregation multi-function accessors.
|
AggregationMultiFunctionAccessorModeManaged
Use this class to provide an accessor wherein there is no need to write code that generates code,
|
AggregationMultiFunctionAgent
Agents change mult-function aggregation state.
|
AggregationMultiFunctionAgentFactoryContext
Context for use with plug-in aggregation multi-functions that implement
AggregationMultiFunctionAgentFactory . |
AggregationMultiFunctionAgentMode
Describes to the compiler how it should manage code for aggregation multi-function agents.
|
AggregationMultiFunctionAgentModeManaged
Use this class to provide an agent wherein there is no need to write code that generates code,
|
AggregationMultiFunctionDeclarationContext
Context for use with
AggregationMultiFunctionForge provides
information about an aggregation function at the time of declaration. |
AggregationMultiFunctionHandler
Part of the aggregation multi-function extension API, this class represents
one of more aggregation function expression instances.
|
AggregationMultiFunctionState
Base interface for providing access-aggregations, i.e.
|
AggregationMultiFunctionStateFactoryContext
Context for use with plug-in aggregation multi-function that implement
AggregationMultiFunctionStateFactory . |
AggregationMultiFunctionStateKey
Marker interface for use with multi-function aggregation to indicate whether aggregation functions share state
|
AggregationMultiFunctionStateMode
Describes to the compiler how it should manage code for aggregation multi-function state factory.
|
AggregationMultiFunctionStateModeManaged
Use this class to provide an state factory wherein there is no need to write code that generates code,
|
AggregationMultiFunctionTableReader
Reader for aggregation multi-function state held by a table column.
|
AggregationMultiFunctionTableReaderFactoryContext
Context for use with plug-in aggregation multi-function that implement
AggregationMultiFunctionTableReaderFactory . |
AggregationMultiFunctionTableReaderMode
Describes to the compiler how it should manage code for aggregation multi-function table reader.
|
AggregationMultiFunctionTableReaderModeManaged
Use this class to provide a table reader wherein there is no need to write code that generates code,
|
AggregationMultiFunctionValidationContext
Context for use with
AggregationFunctionForge provides
information about an aggregation function at the time of validation. |