Uses of Class
com.espertech.esper.runtime.client.EPDeployment
Package
Description
Runtime API: Runs compiled EPL.
For staging deployments.
-
Uses of EPDeployment in com.espertech.esper.runtime.client
Modifier and TypeMethodDescriptionEPDeploymentService.deploy
(com.espertech.esper.common.client.EPCompiled compiled) Deploy a compiled module and with the default options.EPDeploymentService.deploy
(com.espertech.esper.common.client.EPCompiled compiled, DeploymentOptions options) Deploy a compiled module and with the provided options.EPDeploymentRolloutItem.getDeployment()
Returns the deployment.EPDeploymentService.getDeployment
(String deploymentId) Returns the deployment. -
Uses of EPDeployment in com.espertech.esper.runtime.client.stage
Modifier and TypeMethodDescriptionEPStageDeploymentService.getDeployment
(String deploymentId) Returns the staged deployment or null if the deployment is not staged -
Uses of EPDeployment in com.espertech.esper.runtime.internal.kernel.service
Modifier and TypeMethodDescriptionEPDeploymentServiceImpl.deploy
(com.espertech.esper.common.client.EPCompiled compiled) EPDeploymentServiceImpl.deploy
(com.espertech.esper.common.client.EPCompiled compiled, DeploymentOptions options) EPDeploymentServiceImpl.getDeployment
(String deploymentId) static EPDeployment
EPDeploymentServiceUtil.toDeployment
(DeploymentLifecycleService deploymentLifecycleService, String deploymentId) Modifier and TypeMethodDescriptionvoid
EPRuntimeImpl.traverseStatements
(BiConsumer<EPDeployment, EPStatement> consumer) void
EPRuntimeSPI.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) -
Uses of EPDeployment in com.espertech.esper.runtime.internal.kernel.stage
Modifier and TypeMethodDescriptionEPStageDeploymentServiceImpl.getDeployment
(String deploymentId)