Package | Description |
---|---|
com.espertech.esper.epl.core |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
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 |
---|---|
AggregationState |
MethodResolutionServiceImpl.makeAccessAggPlugin(int agentInstanceId,
int groupId,
int aggregationId,
boolean join,
PlugInAggregationMultiFunctionStateFactory providerFactory,
java.lang.Object groupKey) |
AggregationState |
MethodResolutionService.makeAccessAggPlugin(int agentInstanceId,
int groupId,
int aggregationId,
boolean join,
PlugInAggregationMultiFunctionStateFactory providerFactory,
java.lang.Object groupKey) |
Modifier and Type | Method and Description |
---|---|
PlugInAggregationMultiFunctionStateFactory |
PlugInAggregationMultiFunctionHandler.getStateFactory()
Return the state factory for the sharable aggregation function state.
|