Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
com.espertech.esper.runtime.internal.kernel.service |
Modifier and Type | Class and Description |
---|---|
class |
EPUndeployLockException
Undeploy exception to indicate a problem taking the necessary lock
|
class |
EPUndeployNotFoundException
Undeploy exception to indicate that the deployment was not found
|
class |
EPUndeployPreconditionException
Uneploy exception to indicate that a precondition is not satisfied
|
Modifier and Type | Method and Description |
---|---|
void |
EPDeploymentService.undeploy(String deploymentId)
Undeploy a deployment and with the default options.
|
void |
EPDeploymentService.undeploy(String deploymentId,
UndeploymentOptions options)
Undeploy a deployment and with the provided options
|
void |
EPDeploymentService.undeployAll()
Undeploy all deployments and with the default options.
|
void |
EPDeploymentService.undeployAll(UndeploymentOptions options)
Undeploy all deployments and with the provided options.
|
Modifier and Type | Method and Description |
---|---|
void |
EPDeploymentServiceImpl.undeploy(String deploymentId) |
void |
EPDeploymentServiceImpl.undeploy(String deploymentId,
UndeploymentOptions options) |
void |
EPDeploymentServiceImpl.undeployAll() |
void |
EPDeploymentServiceImpl.undeployAll(UndeploymentOptions options) |
Copyright © 2005–2018. All rights reserved.