Class EPRecompileProviderContext
java.lang.Object
com.espertech.esper.common.client.hook.recompile.EPRecompileProviderContext
Context for use with
EPRecompileProvider
-
Constructor Summary
ConstructorDescriptionEPRecompileProviderContext
(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. -
Method Summary
-
Constructor Details
-
EPRecompileProviderContext
public 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.- Parameters:
compiled
- compiler outputconfiguration
- runtime configurationdeploymentId
- deployment idmoduleName
- module namemoduleProperties
- module propertiespath
- compile pathstatementIdFirstStatement
- statement id of the first statement in the moduleuserObjectsRuntime
- user objectsstatementNamesWhenProvidedByAPI
- statement names when provided as part of deploymentsubstitutionParameters
- substitution parameters when provided as part of deployment
-
-
Method Details
-
getDeploymentId
-
getModuleName
-
getModuleProperties
-
getStatementIdFirstStatement
public int getStatementIdFirstStatement() -
getCompiled
-
getUserObjectsRuntime
-
getStatementNamesWhenProvidedByAPI
-
getSubstitutionParameters
-
getPath
-
getConfiguration
-