Uses of Class
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInView
Packages that use 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
Fields in com.espertech.esper.common.client.configuration.compiler with type parameters of type ConfigurationCompilerPlugInViewModifier and TypeFieldDescriptionprotected List<ConfigurationCompilerPlugInView>
ConfigurationCompiler.plugInViews
List of configured plug-in views.Methods in com.espertech.esper.common.client.configuration.compiler that return types with arguments of type ConfigurationCompilerPlugInViewModifier and TypeMethodDescriptionConfigurationCompiler.getPlugInViews()
Returns the list of plug-in views. -
Uses of ConfigurationCompilerPlugInView in com.espertech.esper.common.internal.compile.stage1.spec
Method parameters in com.espertech.esper.common.internal.compile.stage1.spec with type arguments of type ConfigurationCompilerPlugInViewModifier and TypeMethodDescriptionvoid
PluggableObjectCollection.addViews
(List<ConfigurationCompilerPlugInView> configurationPlugInViews, List<ConfigurationCompilerPlugInVirtualDataWindow> configurationPlugInVirtualDW, ClasspathImportServiceCompileTime classpathImportService) Add a plug-in view.