public class EPDeploymentRolloutCompiled extends Object
EPDeploymentService.rollout(Collection, RolloutOptions)
,
for passing a compilation unit and the deployment options for the compilation unit.Constructor and Description |
---|
EPDeploymentRolloutCompiled(com.espertech.esper.common.client.EPCompiled compiled)
Ctor, assumes default deployment options
|
EPDeploymentRolloutCompiled(com.espertech.esper.common.client.EPCompiled compiled,
DeploymentOptions options)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
com.espertech.esper.common.client.EPCompiled |
getCompiled()
Returns the compiled module.
|
DeploymentOptions |
getOptions()
Returns the deployment options
|
public EPDeploymentRolloutCompiled(com.espertech.esper.common.client.EPCompiled compiled)
compiled
- compiled module to deploypublic EPDeploymentRolloutCompiled(com.espertech.esper.common.client.EPCompiled compiled, DeploymentOptions options)
compiled
- compiled module to deployoptions
- deployment optionspublic com.espertech.esper.common.client.EPCompiled getCompiled()
public DeploymentOptions getOptions()
Copyright © 2005–2020. All rights reserved.