public class EPDeployment extends Object implements Serializable
Constructor and Description |
---|
EPDeployment(String deploymentId,
String moduleName,
Map<com.espertech.esper.common.client.module.ModuleProperty,Object> moduleProperties,
EPStatement[] statements,
String[] deploymentIdDependencies,
Date lastUpdateDate)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDeploymentId()
Returns the deployment id
|
String[] |
getDeploymentIdDependencies()
Returns the deployment ids of the deployments that this deployment depends on
|
Date |
getLastUpdateDate()
Returns the last update date
|
String |
getModuleName()
Returns the module name or null if none provided
|
Map<com.espertech.esper.common.client.module.ModuleProperty,Object> |
getModuleProperties()
Returns module properties
|
EPStatement[] |
getStatements()
Returns the statements
|
public EPDeployment(String deploymentId, String moduleName, Map<com.espertech.esper.common.client.module.ModuleProperty,Object> moduleProperties, EPStatement[] statements, String[] deploymentIdDependencies, Date lastUpdateDate)
deploymentId
- deployment idmoduleName
- module name or null if none providedmoduleProperties
- module propertiesstatements
- statementsdeploymentIdDependencies
- array of deployment ids that this deployment dependslastUpdateDate
- last update datepublic EPStatement[] getStatements()
public String getModuleName()
public Map<com.espertech.esper.common.client.module.ModuleProperty,Object> getModuleProperties()
public Date getLastUpdateDate()
public String[] getDeploymentIdDependencies()
public String getDeploymentId()
Copyright © 2005–2018. All rights reserved.