Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
com.espertech.esper.runtime.client.stage |
For staging deployments.
|
Modifier and Type | Method and Description |
---|---|
EPDeployment |
EPDeploymentService.deploy(EPCompiled compiled)
Deploy a compiled module and with the default options.
|
EPDeployment |
EPDeploymentService.deploy(EPCompiled compiled,
DeploymentOptions options)
Deploy a compiled module and with the provided options.
|
EPDeployment |
EPDeploymentRolloutItem.getDeployment()
Returns the deployment.
|
EPDeployment |
EPDeploymentService.getDeployment(java.lang.String deploymentId)
Returns the deployment.
|
Constructor and Description |
---|
EPDeploymentRolloutItem(EPDeployment deployment)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EPDeployment |
EPStageDeploymentService.getDeployment(java.lang.String deploymentId)
Returns the staged deployment or null if the deployment is not staged
|