Package | Description |
---|---|
com.espertech.esper.common.client.hook.recompile | |
com.espertech.esper.common.internal.context.module |
Modifier and Type | Method and Description |
---|---|
EPCompiled |
EPRecompileProviderContext.getCompiled() |
EPCompiled |
EPRecompileProvider.provide(EPRecompileProviderContext context)
Provide compiler output
|
Modifier and Type | Method and Description |
---|---|
List<EPCompiled> |
EPRecompileProviderContext.getPath() |
Constructor and Description |
---|
EPRecompileProviderContext(EPCompiled compiled,
Configuration configuration,
String deploymentId,
String moduleName,
Map<ModuleProperty,Object> moduleProperties,
List<EPCompiled> path,
int statementIdFirstStatement,
Map<Integer,Object> userObjectsRuntime,
Map<Integer,String> statementNamesWhenProvidedByAPI,
Map<Integer,Map<Integer,Object>> substitutionParameters)
Ctor.
|
Constructor and Description |
---|
EPRecompileProviderContext(EPCompiled compiled,
Configuration configuration,
String deploymentId,
String moduleName,
Map<ModuleProperty,Object> moduleProperties,
List<EPCompiled> path,
int statementIdFirstStatement,
Map<Integer,Object> userObjectsRuntime,
Map<Integer,String> statementNamesWhenProvidedByAPI,
Map<Integer,Map<Integer,Object>> substitutionParameters)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static ModuleProviderCLPair |
ModuleProviderUtil.analyze(EPCompiled compiled,
ClassLoader classLoaderParent,
PathRegistry<String,ClassProvided> classProvidedPathRegistry) |
Copyright © 2005–2021. All rights reserved.