Package | Description |
---|---|
com.espertech.esper.client.deploy |
Module and deployment administrative service.
|
com.espertech.esper.core.deploy |
Module and deployment utility and parser.
|
Modifier and Type | Method and Description |
---|---|
DeploymentResult |
EPDeploymentAdmin.deploy(Module module,
DeploymentOptions options)
Deploy a single module returning a generated deployment id to use when undeploying statements as well as
additional statement-level information.
|
DeploymentResult |
EPDeploymentAdmin.deploy(Module module,
DeploymentOptions options,
String assignedDeploymentId)
Deploy a single module using the deployment id provided as a parameter.
|
DeploymentResult |
EPDeploymentAdmin.deploy(String deploymentId,
DeploymentOptions options)
Deploy a previously undeployed module.
|
Modifier and Type | Method and Description |
---|---|
DeploymentResult |
EPDeploymentAdminImpl.deploy(Module module,
DeploymentOptions options) |
DeploymentResult |
EPDeploymentAdminImpl.deploy(Module module,
DeploymentOptions options,
String assignedDeploymentId) |
DeploymentResult |
EPDeploymentAdminImpl.deploy(String deploymentId,
DeploymentOptions options) |