Package | Description |
---|---|
com.espertech.esper.client.deploy |
Module and deployment administrative service.
|
Modifier and Type | Method and Description |
---|---|
DeploymentInformationItem[] |
DeploymentInformation.getItems()
Returns deployment statement-level details: Note that for an newly-added undeployed modules
not all statement-level information is available and therefore returns an empty array.
|
Modifier and Type | Method and Description |
---|---|
List<DeploymentInformationItem> |
UndeploymentResult.getStatementInfo()
Statement-level undeploy information.
|
Constructor and Description |
---|
DeploymentInformation(String deploymentId,
Module module,
Calendar addedDate,
Calendar lastUpdateDate,
DeploymentInformationItem[] items,
DeploymentState state)
Ctor.
|
Constructor and Description |
---|
UndeploymentResult(String deploymentId,
List<DeploymentInformationItem> statementInfo)
Ctor.
|