Uses of Class
com.espertech.esper.runtime.client.DeploymentOptions
Packages that use DeploymentOptions
Package
Description
Runtime API: Runs compiled EPL.
-
Uses of DeploymentOptions in com.espertech.esper.runtime.client
Methods in com.espertech.esper.runtime.client that return DeploymentOptionsModifier 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()
Methods in com.espertech.esper.runtime.client with parameters of type DeploymentOptionsModifier and TypeMethodDescriptionEPDeploymentService.deploy
(com.espertech.esper.common.client.EPCompiled compiled, DeploymentOptions options) Deploy a compiled module and with the provided options.Constructors in com.espertech.esper.runtime.client with parameters of type DeploymentOptionsModifierConstructorDescriptionEPDeploymentRolloutCompiled
(com.espertech.esper.common.client.EPCompiled compiled, DeploymentOptions options) Ctor. -
Uses of DeploymentOptions in com.espertech.esper.runtime.internal.kernel.service
Methods in com.espertech.esper.runtime.internal.kernel.service with parameters of type DeploymentOptionsModifier and TypeMethodDescriptionEPDeploymentServiceImpl.deploy
(com.espertech.esper.common.client.EPCompiled compiled, DeploymentOptions options)