Package | Description |
---|---|
com.espertech.esper.compiler.client |
Compiler API: Compiles EPL to byte code.
|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPCompilerPathable> |
CompilerPath.getCompilerPathables()
Returns the path information provided by runtimes.
|
Modifier and Type | Method and Description |
---|---|
CompilerPath |
CompilerPath.add(EPCompilerPathable pathable)
Adds a path object that can be obtains from a runtime.
|
Constructor and Description |
---|
CompilerArguments(EPCompilerPathable compilerPathable)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EPCompilerPathable |
EPRuntime.getRuntimePath()
Returns a path object for use by the compiler that represents a snapshot of the EPL objects deployed into the runtime
at the time of this call.
|