Uses of Class
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInView
Package
Description
Configuration classes for the compiler section, which is only relevant to the compiler
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.
-
Uses of ConfigurationCompilerPlugInView in com.espertech.esper.common.client.configuration.compiler
Modifier and TypeFieldDescriptionprotected List<ConfigurationCompilerPlugInView>
ConfigurationCompiler.plugInViews
List of configured plug-in views.Modifier and TypeMethodDescriptionConfigurationCompiler.getPlugInViews()
Returns the list of plug-in views. -
Uses of ConfigurationCompilerPlugInView in com.espertech.esper.common.internal.compile.stage1.spec
Modifier and TypeMethodDescriptionvoid
PluggableObjectCollection.addViews
(List<ConfigurationCompilerPlugInView> configurationPlugInViews, List<ConfigurationCompilerPlugInVirtualDataWindow> configurationPlugInVirtualDW, ClasspathImportServiceCompileTime classpathImportService) Add a plug-in view.