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 | 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(Module module,
DeploymentOptions options,
java.lang.String assignedDeploymentId)
Deploy a single module using the deployment id provided as a parameter.
|
DeploymentResult |
EPDeploymentAdmin.deploy(java.lang.String deploymentId,
DeploymentOptions options)
Deploy a previously undeployed module.
|
DeploymentResult |
EPDeploymentAdmin.parseDeploy(java.lang.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(java.lang.String eplModuleText,
java.lang.String moduleURI,
java.lang.String moduleArchive,
java.lang.Object userObject)
Shortcut method to parse and deploy a single module from a string text buffer.
|
DeploymentResult |
EPDeploymentAdmin.readDeploy(java.io.InputStream stream,
java.lang.String moduleURI,
java.lang.String moduleArchive,
java.lang.Object userObject)
Shortcut method to read and deploy a single module from an input stream.
|
DeploymentResult |
EPDeploymentAdmin.readDeploy(java.lang.String resource,
java.lang.String moduleURI,
java.lang.String moduleArchive,
java.lang.Object userObject)
Shortcut method to read and deploy a single module from a classpath resource.
|
Modifier and Type | Method and Description |
---|---|
DeploymentResult |
EPDeploymentAdminImpl.deploy(Module module,
DeploymentOptions options) |
DeploymentResult |
EPDeploymentAdminImpl.deploy(Module module,
DeploymentOptions options,
java.lang.String assignedDeploymentId) |
DeploymentResult |
EPDeploymentAdminImpl.deploy(java.lang.String deploymentId,
DeploymentOptions options) |
DeploymentResult |
EPDeploymentAdminImpl.parseDeploy(java.lang.String eplModuleText) |
DeploymentResult |
EPDeploymentAdminImpl.parseDeploy(java.lang.String buffer,
java.lang.String moduleURI,
java.lang.String moduleArchive,
java.lang.Object userObject) |
DeploymentResult |
EPDeploymentAdminImpl.readDeploy(java.io.InputStream stream,
java.lang.String moduleURI,
java.lang.String moduleArchive,
java.lang.Object userObject) |
DeploymentResult |
EPDeploymentAdminImpl.readDeploy(java.lang.String resource,
java.lang.String moduleURI,
java.lang.String moduleArchive,
java.lang.Object userObject) |