Package | Description |
---|---|
com.espertech.esper.common.client.module |
EPL module object model.
|
com.espertech.esper.compiler.client |
Compiler API: Compiles EPL to byte code.
|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
Class and Description |
---|
Module
Represent a deployment unit consisting of deployment declarative information (module name, uses and imports)
as well as EPL statements represented by
ModuleItem . |
ModuleItem
Represents an EPL statement as part of a
Module . |
ModuleOrder
Holds an ordered list of modules considering each module's uses-dependencies on other modules.
|
ModuleOrderException
Exception indicates a problem when determining delpoyment order and uses-dependency checking.
|
ModuleOrderOptions
Options class passed to #getModuleOrder(java.util.Collection, ModuleOrderOptions)} for controlling the behavior of ordering and dependency checking logic.
|
ModuleProperty
Provides well-known module properties.
|
Class and Description |
---|
Module
Represent a deployment unit consisting of deployment declarative information (module name, uses and imports)
as well as EPL statements represented by
ModuleItem . |
ParseException
Exception thrown when an EPL text could not be parsed.
|
Class and Description |
---|
ModuleProperty
Provides well-known module properties.
|