Uses of Class
com.espertech.esper.compiler.client.option.CompilerPathCache
Package
Description
Compiler API: Compiles EPL to byte code.
Callbacks for use with the compiler to provide or override behavior.
-
Uses of CompilerPathCache in com.espertech.esper.compiler.client
Modifier and TypeMethodDescriptionCompilerOptions.getPathCache()
Returns a cache, or null if not using a cache, that retains for eachEPCompiled
the EPL objects that theEPCompiled
provides.Modifier and TypeMethodDescriptionvoid
CompilerOptions.setPathCache
(CompilerPathCache pathCache) Sets the cache, or null if not using a cache, that retains for eachEPCompiled
the EPL objects that theEPCompiled
provides. -
Uses of CompilerPathCache in com.espertech.esper.compiler.client.option
Modifier and TypeMethodDescriptionstatic CompilerPathCache
CompilerPathCache.getInstance()
Returns a cache that keeps a synchronized map ofEPCompiled
to EPL objects -
Uses of CompilerPathCache in com.espertech.esper.compiler.internal.util