Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
Modifier and Type | Class and Description |
---|---|
class |
EPDeployDeploymentExistsException
Deploy exception to indicate that a deployment by the same deployment id already exists
|
class |
EPDeployDeploymentVersionException
Deploy exception to indicate that the compiler version mismatches
|
class |
EPDeployLockException
Deploy exception to indicate a problem taking the necessary lock
|
class |
EPDeployPreconditionException
Deploy exception to indicate that a precondition is not satisfied
|
class |
EPDeploySubstitutionParameterException
Deploy exception to indicate that substitution parameter values have not been provided
|
Modifier and Type | Method and Description |
---|---|
EPDeployment |
EPDeploymentService.deploy(EPCompiled compiled)
Deploy a compiled module and with the default options.
|
EPDeployment |
EPDeploymentService.deploy(EPCompiled compiled,
DeploymentOptions options)
Deploy a compiled module and with the provided options.
|
EPDeploymentRollout |
EPDeploymentService.rollout(java.util.Collection<EPDeploymentRolloutCompiled> items)
Roll-out multiple deployments.
|
EPDeploymentRollout |
EPDeploymentService.rollout(java.util.Collection<EPDeploymentRolloutCompiled> items,
RolloutOptions options)
Roll-out multiple deployments.
|