Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
com.espertech.esper.runtime.internal.kernel.service |
Modifier and Type | Method and Description |
---|---|
EPDeployment |
EPDeploymentService.deploy(com.espertech.esper.common.client.EPCompiled compiled)
Deploy a compiled module and with the default options.
|
EPDeployment |
EPDeploymentService.deploy(com.espertech.esper.common.client.EPCompiled compiled,
DeploymentOptions options)
Deploy a compiled module and with the provided options.
|
EPDeployment |
EPDeploymentService.getDeployment(String deploymentId)
Returns the deployment.
|
Modifier and Type | Method and Description |
---|---|
EPDeployment |
EPDeploymentServiceImpl.deploy(com.espertech.esper.common.client.EPCompiled compiled) |
EPDeployment |
EPDeploymentServiceImpl.deploy(com.espertech.esper.common.client.EPCompiled compiled,
DeploymentOptions options) |
EPDeployment |
EPDeploymentServiceImpl.getDeployment(String deploymentId) |
Modifier and Type | Method and Description |
---|---|
void |
EPRuntimeSPI.traverseStatements(BiConsumer<EPDeployment,EPStatement> consumer) |
void |
EPRuntimeImpl.traverseStatements(BiConsumer<EPDeployment,EPStatement> consumer) |
void |
EPRuntimeStatementSelectionSPI.traverseStatementsContains(BiConsumer<EPDeployment,EPStatement> consumer,
String containsIgnoreCase) |
void |
EPRuntimeStatementSelectionSPI.traverseStatementsFilterExpr(BiConsumer<EPDeployment,EPStatement> consumer,
com.espertech.esper.common.internal.epl.expression.core.ExprNode filterExpr) |
Copyright © 2005–2018. All rights reserved.