Uses of Interface
com.espertech.esper.common.client.EPCompilerPathable
Package
Description
Compiler API: Compiles EPL to byte code.
Runtime API: Runs compiled EPL.
-
Uses of EPCompilerPathable in com.espertech.esper.compiler.client
Modifier and TypeMethodDescriptionCompilerPath.getCompilerPathables()
Returns the path information provided by runtimes.Modifier and TypeMethodDescriptionCompilerPath.add
(EPCompilerPathable pathable) Adds a path object that can be obtains from a runtime. -
Uses of EPCompilerPathable in com.espertech.esper.runtime.client
Modifier and TypeMethodDescriptionEPRuntime.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.