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(String eplModuleText)
Parse the module text passed in, returning the module.
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Module> |
DeploymentOrder.getOrdered()
Returns the list of modules.
|
Modifier and Type | Method and Description |
---|---|
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,
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,
String assignedDeploymentId)
Deploy a single module using the deployment id provided as a parameter.
|
Modifier and Type | Method and Description |
---|---|
DeploymentOrder |
EPDeploymentAdmin.getDeploymentOrder(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(String deploymentId,
Module module,
Calendar addedDate,
Calendar lastUpdateDate,
DeploymentInformationItem[] items,
DeploymentState state)
Ctor.
|
StatementDeploymentContext(String epl,
Module module,
ModuleItem moduleItem,
String deploymentId)
Ctor.
|
Constructor and Description |
---|
DeploymentOrder(List<Module> ordered)
Cotr.
|
Modifier and Type | Method and Description |
---|---|
Module |
EPDeploymentAdminImpl.parse(String eplModuleText) |
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) |
static Module |
EPLModuleUtil.readFile(File file) |
static Module |
EPLModuleUtil.readInternal(InputStream stream,
String resourceName) |
static Module |
EPLModuleUtil.readResource(String resource,
EngineImportService engineImportService) |
Modifier and Type | Method and Description |
---|---|
String |
EPDeploymentAdminImpl.add(Module module) |
void |
EPDeploymentAdminImpl.add(Module module,
String assignedDeploymentId) |
DeploymentResult |
EPDeploymentAdminImpl.deploy(Module module,
DeploymentOptions options) |
DeploymentResult |
EPDeploymentAdminImpl.deploy(Module module,
DeploymentOptions options,
String assignedDeploymentId) |
Modifier and Type | Method and Description |
---|---|
DeploymentOrder |
EPDeploymentAdminImpl.getDeploymentOrder(Collection<Module> modules,
DeploymentOrderOptions options) |