Package | Description |
---|---|
com.espertech.esper.common.client.configuration.compiler |
Configuration classes for the compiler section, which is only relevant to the compiler
|
com.espertech.esper.common.internal.compile.stage1.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<ConfigurationCompilerPlugInVirtualDataWindow> |
ConfigurationCompiler.plugInVirtualDataWindows
List of configured plug-in views.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigurationCompilerPlugInVirtualDataWindow> |
ConfigurationCompiler.getPlugInVirtualDataWindows()
Returns the list of plug-in virtual data windows.
|
Modifier and Type | Method and Description |
---|---|
void |
PluggableObjectCollection.addViews(List<ConfigurationCompilerPlugInView> configurationPlugInViews,
List<ConfigurationCompilerPlugInVirtualDataWindow> configurationPlugInVirtualDW,
ClasspathImportServiceCompileTime classpathImportService)
Add a plug-in view.
|
Copyright © 2005–2018. All rights reserved.