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 |
---|---|
DeploymentInformation |
EPDeploymentAdmin.getDeployment(String deploymentId)
Returns the deployment information for a given deployment.
|
DeploymentInformation[] |
EPDeploymentAdmin.getDeploymentInformation()
Returns deployment information for all known modules.
|
Modifier and Type | Method and Description |
---|---|
DeploymentInformation[] |
DeploymentStateServiceImpl.getAllDeployments() |
DeploymentInformation[] |
DeploymentStateService.getAllDeployments()
Returns deployment information for all deployments.
|
DeploymentInformation |
EPDeploymentAdminImpl.getDeployment(String deploymentId) |
DeploymentInformation |
DeploymentStateServiceImpl.getDeployment(String deploymentId) |
DeploymentInformation |
DeploymentStateService.getDeployment(String deploymentId)
Returns the deployment informaton for a given deployment id.
|
DeploymentInformation[] |
EPDeploymentAdminImpl.getDeploymentInformation() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentStateServiceImpl.addUpdateDeployment(DeploymentInformation descriptor) |
void |
DeploymentStateService.addUpdateDeployment(DeploymentInformation descriptor)
Add or update the deployment information using the contained deployment id as a key.
|