Class EPDeployment
java.lang.Object
com.espertech.esper.runtime.client.EPDeployment
Represents a deployment.
-
Constructor Summary
ConstructorDescriptionEPDeployment
(String deploymentId, String moduleName, Map<com.espertech.esper.common.client.module.ModuleProperty, Object> moduleProperties, EPStatement[] statements, String[] deploymentIdDependencies, Date lastUpdateDate) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the deployment idString[]
Returns the deployment ids of the deployments that this deployment depends onReturns the last update dateReturns the module name or null if none providedReturns module propertiesReturns the statements
-
Constructor Details
-
EPDeployment
public EPDeployment(String deploymentId, String moduleName, Map<com.espertech.esper.common.client.module.ModuleProperty, Object> moduleProperties, EPStatement[] statements, String[] deploymentIdDependencies, Date lastUpdateDate) Ctor.- Parameters:
deploymentId
- deployment idmoduleName
- module name or null if none providedmoduleProperties
- module propertiesstatements
- statementsdeploymentIdDependencies
- array of deployment ids that this deployment dependslastUpdateDate
- last update date
-
-
Method Details
-
getStatements
Returns the statements- Returns:
- statements
-
getModuleName
Returns the module name or null if none provided- Returns:
- module name
-
getModuleProperties
Returns module properties- Returns:
- module properties
-
getLastUpdateDate
Returns the last update date- Returns:
- last update date
-
getDeploymentIdDependencies
Returns the deployment ids of the deployments that this deployment depends on- Returns:
- deployment id array of dependencies
-
getDeploymentId
Returns the deployment id- Returns:
- deployment id
-