Uses of Class
com.espertech.esper.runtime.client.DeploymentOptions
Package
Description
Runtime API: Runs compiled EPL.
-
Uses of DeploymentOptions in com.espertech.esper.runtime.client
Modifier and TypeMethodDescriptionEPDeploymentRolloutCompiled.getOptions()
Returns the deployment optionsDeploymentOptions.setDeploymentClassLoaderOption
(DeploymentClassLoaderOption deploymentClassLoaderOption) Sets the class loader optionDeploymentOptions.setDeploymentId
(String deploymentId) Sets the deployment id if one should be assigned; A null value causes the runtime to generate and assign a deployment id.DeploymentOptions.setDeploymentLockStrategy
(LockStrategy deploymentLockStrategy) Sets the deployment lock strategy, the default isLockStrategyDefault
DeploymentOptions.setStatementNameRuntime
(StatementNameRuntimeOption statementNameRuntime) Sets the callback overriding the statement name that identifies the statement within the deployment and that can be obtained usingEPStatement.getName()
DeploymentOptions.setStatementSubstitutionParameter
(StatementSubstitutionParameterOption statementSubstitutionParameter) Sets the callback providing values for substitution parameters.DeploymentOptions.setStatementUserObjectRuntime
(StatementUserObjectRuntimeOption statementUserObjectRuntime) Sets the callback providing a runtime statement user object that can be obtained usingEPStatement.getUserObjectRuntime()
Modifier and TypeMethodDescriptionEPDeploymentService.deploy
(com.espertech.esper.common.client.EPCompiled compiled, DeploymentOptions options) Deploy a compiled module and with the provided options.ModifierConstructorDescriptionEPDeploymentRolloutCompiled
(com.espertech.esper.common.client.EPCompiled compiled, DeploymentOptions options) Ctor. -
Uses of DeploymentOptions in com.espertech.esper.runtime.internal.kernel.service
Modifier and TypeMethodDescriptionEPDeploymentServiceImpl.deploy
(com.espertech.esper.common.client.EPCompiled compiled, DeploymentOptions options)