Package | Description |
---|---|
com.espertech.esper.compiler.client |
Compiler API: Compiles EPL to byte code.
|
com.espertech.esper.compiler.client.option |
Callbacks for use with the compiler to provide or override behavior.
|
Modifier and Type | Method and Description |
---|---|
CompilerPathCache |
CompilerOptions.getPathCache()
Returns a cache, or null if not using a cache, that retains for each
EPCompiled the EPL objects that the EPCompiled provides. |
Modifier and Type | Method and Description |
---|---|
void |
CompilerOptions.setPathCache(CompilerPathCache pathCache)
Sets the cache, or null if not using a cache, that retains for each
EPCompiled the EPL objects that the EPCompiled provides. |
Modifier and Type | Method and Description |
---|---|
static CompilerPathCache |
CompilerPathCache.getInstance()
Returns a cache that keeps a synchronized map of
EPCompiled to EPL objects |