Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.epl.spec |
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<ConfigurationPlugInVirtualDataWindow> |
Configuration.plugInVirtualDataWindows
List of configured plug-in views.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigurationPlugInVirtualDataWindow> |
ConfigurationInformation.getPlugInVirtualDataWindows()
Returns a list of configured plug-in virtual data windows.
|
List<ConfigurationPlugInVirtualDataWindow> |
Configuration.getPlugInVirtualDataWindows() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableObjectCollection.addViews(List<ConfigurationPlugInView> configurationPlugInViews,
List<ConfigurationPlugInVirtualDataWindow> configurationPlugInVirtualDW,
EngineImportService engineImportService)
Add a plug-in view.
|