Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
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.
|
Modifier and Type | Field and Description |
---|---|
protected List<ConfigurationPlugInAggregationFunction> |
Configuration.plugInAggregationFunctions
List of configured plug-in aggregation functions.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigurationPlugInAggregationFunction> |
ConfigurationInformation.getPlugInAggregationFunctions()
Returns a list of configured plug-in aggregation functions.
|
List<ConfigurationPlugInAggregationFunction> |
Configuration.getPlugInAggregationFunctions() |
Modifier and Type | Method and Description |
---|---|
void |
EngineImportServiceImpl.addAggregation(String functionName,
ConfigurationPlugInAggregationFunction aggregationDesc) |
void |
EngineImportService.addAggregation(String functionName,
ConfigurationPlugInAggregationFunction aggregationDesc)
Add an aggregation function.
|