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