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,
String assignedDeploymentId)
Deploy a single module using the deployment id provided as a parameter.
|
DeploymentResult |
EPDeploymentAdmin.deploy(String deploymentId,
DeploymentOptions options)
Deploy a previously undeployed module.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DeploymentResult |
EPDeploymentAdminImpl.deploy(Module module,
DeploymentOptions options) |
DeploymentResult |
EPDeploymentAdminImpl.deploy(Module module,
DeploymentOptions options,
String assignedDeploymentId) |
DeploymentResult |
EPDeploymentAdminImpl.deploy(String deploymentId,
DeploymentOptions options) |
DeploymentResult |
EPDeploymentAdminImpl.parseDeploy(String eplModuleText) |
DeploymentResult |
EPDeploymentAdminImpl.parseDeploy(String buffer,
String moduleURI,
String moduleArchive,
Object userObject) |
DeploymentResult |
EPDeploymentAdminImpl.readDeploy(InputStream stream,
String moduleURI,
String moduleArchive,
Object userObject) |
DeploymentResult |
EPDeploymentAdminImpl.readDeploy(String resource,
String moduleURI,
String moduleArchive,
Object userObject) |