Package | Description |
---|---|
com.espertech.esper.client.deploy |
Module and deployment administrative service.
|
com.espertech.esper.core.deploy |
Module and deployment utility and parser.
|
Modifier and Type | Class and Description |
---|---|
class |
DeploymentActionException
Exception list populated in a deployment operation.
|
class |
DeploymentItemException
Inner exception to
DeploymentActionException available on statement level. |
class |
DeploymentLockException
Exception to indicate a problem taking a lock
|
class |
DeploymentNotFoundException
Inner exception to
DeploymentActionException available on statement level. |
class |
DeploymentOrderException
Exception indicates a problem when determining delpoyment order and uses-dependency checking.
|
class |
DeploymentStateException
Inner exception to
DeploymentActionException available on statement level. |
Modifier and Type | Method and Description |
---|---|
DeploymentResult |
EPDeploymentAdmin.deploy(Module module,
DeploymentOptions options)
Deploy a single module returning a generated deployment id to use when undeploying statements as well as
additional statement-level information.
|
DeploymentResult |
EPDeploymentAdmin.deploy(String deploymentId,
DeploymentOptions options)
Deploy a previously undeployed module.
|
DeploymentOrder |
EPDeploymentAdmin.getDeploymentOrder(Collection<Module> modules,
DeploymentOrderOptions options)
Compute a deployment order among the modules passed in considering their uses-dependency declarations
and considering the already-deployed modules.
|
DeploymentResult |
EPDeploymentAdmin.parseDeploy(String eplModuleText)
Shortcut method to parse and deploy a single module from a string text buffer, without providing a module URI name or
archive name or user object.
|
DeploymentResult |
EPDeploymentAdmin.parseDeploy(String eplModuleText,
String moduleURI,
String moduleArchive,
Object userObject)
Shortcut method to parse and deploy a single module from a string text buffer.
|
DeploymentResult |
EPDeploymentAdmin.readDeploy(InputStream stream,
String moduleURI,
String moduleArchive,
Object userObject)
Shortcut method to read and deploy a single module from an input stream.
|
DeploymentResult |
EPDeploymentAdmin.readDeploy(String resource,
String moduleURI,
String moduleArchive,
Object userObject)
Shortcut method to read and deploy a single module from a classpath resource.
|
void |
EPDeploymentAdmin.remove(String deploymentId)
Remove a module that is currently in undeployed state.
|
UndeploymentResult |
EPDeploymentAdmin.undeploy(String deploymentId)
Undeploy a previously deployed module.
|
UndeploymentResult |
EPDeploymentAdmin.undeploy(String deploymentId,
UndeploymentOptions undeploymentOptions)
Undeploy a previously deployed module.
|
Modifier and Type | Method and Description |
---|---|
DeploymentResult |
EPDeploymentAdminImpl.parseDeploy(String eplModuleText) |
UndeploymentResult |
EPDeploymentAdminImpl.undeploy(String deploymentId,
UndeploymentOptions undeploymentOptions) |