Uses of Class
com.espertech.esper.runtime.client.EPDeployment
Packages that use EPDeployment
Package
Description
Runtime API: Runs compiled EPL.
For staging deployments.
-
Uses of EPDeployment in com.espertech.esper.runtime.client
Methods in com.espertech.esper.runtime.client that return EPDeploymentModifier 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.Constructors in com.espertech.esper.runtime.client with parameters of type EPDeployment -
Uses of EPDeployment in com.espertech.esper.runtime.client.stage
Methods in com.espertech.esper.runtime.client.stage that return EPDeploymentModifier 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
Methods in com.espertech.esper.runtime.internal.kernel.service that return EPDeploymentModifier 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) Method parameters in com.espertech.esper.runtime.internal.kernel.service with type arguments of type EPDeploymentModifier 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
Methods in com.espertech.esper.runtime.internal.kernel.stage that return EPDeploymentModifier and TypeMethodDescriptionEPStageDeploymentServiceImpl.getDeployment
(String deploymentId)