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 |
StatementDeploymentContext.getModule()
Returns the module.
|
Module |
DeploymentInformation.getModule()
Returns the module.
|
Module |
EPDeploymentAdmin.parse(java.lang.String eplModuleText)
Parse the module text passed in, returning the module.
|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Module> |
DeploymentOrder.getOrdered()
Returns the list of modules.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
EPDeploymentAdmin.add(Module module)
Adds a module in undeployed state, generating a deployment id and returning the generated deployment id of the module.
|
void |
EPDeploymentAdmin.add(Module module,
java.lang.String assignedDeploymentId)
Adds a module in undeployed state, using the provided deployment id as a unique identifier for the module.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DeploymentOrder |
EPDeploymentAdmin.getDeploymentOrder(java.util.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.
|
Constructor and Description |
---|
DeploymentInformation(java.lang.String deploymentId,
Module module,
java.util.Calendar addedDate,
java.util.Calendar lastUpdateDate,
DeploymentInformationItem[] items,
DeploymentState state)
Ctor.
|
StatementDeploymentContext(java.lang.String epl,
Module module,
ModuleItem moduleItem,
java.lang.String deploymentId)
Ctor.
|
Constructor and Description |
---|
DeploymentOrder(java.util.List<Module> ordered)
Cotr.
|
Modifier and Type | Method and Description |
---|---|
Module |
EPDeploymentAdminImpl.parse(java.lang.String eplModuleText) |
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) |
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) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
EPDeploymentAdminImpl.add(Module module) |
void |
EPDeploymentAdminImpl.add(Module module,
java.lang.String assignedDeploymentId) |
DeploymentResult |
EPDeploymentAdminImpl.deploy(Module module,
DeploymentOptions options) |
DeploymentResult |
EPDeploymentAdminImpl.deploy(Module module,
DeploymentOptions options,
java.lang.String assignedDeploymentId) |
Modifier and Type | Method and Description |
---|---|
DeploymentOrder |
EPDeploymentAdminImpl.getDeploymentOrder(java.util.Collection<Module> modules,
DeploymentOrderOptions options) |