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