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 |
---|---|
Module |
EPDeploymentAdmin.parse(java.lang.String eplModuleText)
Parse the module text passed in, returning the 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.
|
Module |
EPDeploymentAdmin.read(java.io.File file)
Read the module by reading the text file and return the module.
|
Module |
EPDeploymentAdmin.read(java.io.InputStream stream,
java.lang.String moduleUri)
Read the input stream and return the module.
|
Module |
EPDeploymentAdmin.read(java.lang.String resource)
Read the resource by opening from classpath and return the module.
|
Module |
EPDeploymentAdmin.read(java.net.URL url)
Read the module by reading from the URL provided and return the module.
|
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 |
---|---|
static ParseNode |
EPLModuleUtil.getModule(EPLModuleParseItem item,
java.lang.String resourceName) |
static java.util.List<EPLModuleParseItem> |
EPLModuleUtil.parse(java.lang.String module) |
Module |
EPDeploymentAdminImpl.parse(java.lang.String eplModuleText) |
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) |
static Module |
EPLModuleUtil.parseInternal(java.lang.String buffer,
java.lang.String resourceName) |
Module |
EPDeploymentAdminImpl.read(java.io.File file) |
Module |
EPDeploymentAdminImpl.read(java.io.InputStream stream,
java.lang.String uri) |
Module |
EPDeploymentAdminImpl.read(java.lang.String resource) |
Module |
EPDeploymentAdminImpl.read(java.net.URL url) |
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) |
static Module |
EPLModuleUtil.readFile(java.io.File file) |
static Module |
EPLModuleUtil.readInternal(java.io.InputStream stream,
java.lang.String resourceName) |
static Module |
EPLModuleUtil.readResource(java.lang.String resource,
EngineImportService engineImportService) |