Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
com.espertech.esper.runtime.internal.kernel.service |
Modifier and Type | Method and Description |
---|---|
DeploymentOptions |
DeploymentOptions.setDeploymentId(String deploymentId)
Sets the deployment id if one should be assigned; A null value causes the runtime to generate and assign a deployment id.
|
DeploymentOptions |
DeploymentOptions.setDeploymentLockStrategy(LockStrategy deploymentLockStrategy)
Sets the deployment lock strategy, the default is
LockStrategyDefault |
DeploymentOptions |
DeploymentOptions.setStatementNameRuntime(StatementNameRuntimeOption statementNameRuntime)
Sets the callback overriding the statement name that identifies the statement within the deployment and that
can be obtained using
EPStatement.getName() |
DeploymentOptions |
DeploymentOptions.setStatementSubstitutionParameter(StatementSubstitutionParameterOption statementSubstitutionParameter)
Sets the callback providing values for substitution parameters.
|
DeploymentOptions |
DeploymentOptions.setStatementUserObjectRuntime(StatementUserObjectRuntimeOption statementUserObjectRuntime)
Sets the callback providing a runtime statement user object that can be obtained using
EPStatement.getUserObjectRuntime() |
Modifier and Type | Method and Description |
---|---|
EPDeployment |
EPDeploymentService.deploy(com.espertech.esper.common.client.EPCompiled compiled,
DeploymentOptions options)
Deploy a compiled module and with the provided options.
|
Modifier and Type | Method and Description |
---|---|
EPDeployment |
EPDeploymentServiceImpl.deploy(com.espertech.esper.common.client.EPCompiled compiled,
DeploymentOptions options) |
Copyright © 2005–2018. All rights reserved.