Uses of Class
com.espertech.esper.compiler.client.option.CompilerPathCache
Packages that use 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
Methods in com.espertech.esper.compiler.client that return CompilerPathCacheModifier and TypeMethodDescriptionCompilerOptions.getPathCache()
Returns a cache, or null if not using a cache, that retains for eachEPCompiled
the EPL objects that theEPCompiled
provides.Methods in com.espertech.esper.compiler.client with parameters of type CompilerPathCacheModifier 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
Methods in com.espertech.esper.compiler.client.option that return CompilerPathCacheModifier 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
Subclasses of CompilerPathCache in com.espertech.esper.compiler.internal.util