Package | Description |
---|---|
com.espertech.esper.common.client.hook.recompile | |
com.espertech.esper.common.client.module |
EPL module object model.
|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<ModuleProperty,java.lang.Object> |
EPRecompileProviderContext.getModuleProperties() |
Constructor and Description |
---|
EPRecompileProviderContext(EPCompiled compiled,
Configuration configuration,
java.lang.String deploymentId,
java.lang.String moduleName,
java.util.Map<ModuleProperty,java.lang.Object> moduleProperties,
java.util.List<EPCompiled> path,
int statementIdFirstStatement,
java.util.Map<java.lang.Integer,java.lang.Object> userObjectsRuntime,
java.util.Map<java.lang.Integer,java.lang.String> statementNamesWhenProvidedByAPI,
java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,java.lang.Object>> substitutionParameters)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static ModuleProperty |
ModuleProperty.valueOf(java.lang.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 |
---|---|
java.util.Map<ModuleProperty,java.lang.Object> |
EPDeployment.getModuleProperties()
Returns module properties
|
Constructor and Description |
---|
EPDeployment(java.lang.String deploymentId,
java.lang.String moduleName,
java.util.Map<ModuleProperty,java.lang.Object> moduleProperties,
EPStatement[] statements,
java.lang.String[] deploymentIdDependencies,
java.util.Date lastUpdateDate)
Ctor.
|