Package | Description |
---|---|
com.espertech.esper.common.client.hook.recompile | |
com.espertech.esper.common.client.module |
EPL module object model.
|
com.espertech.esper.common.internal.context.module |
Modifier and Type | Method and Description |
---|---|
Map<ModuleProperty,Object> |
EPRecompileProviderContext.getModuleProperties() |
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 ModuleProperty |
ModuleProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleProperty[] |
ModuleProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default Map<ModuleProperty,Object> |
ModuleProvider.getModuleProperties() |
Copyright © 2005–2021. All rights reserved.