Uses of Class
com.espertech.esper.runtime.client.EPDeployException
Package
Description
Runtime API: Runs compiled EPL.
-
Uses of EPDeployException in com.espertech.esper.runtime.client
Modifier and TypeClassDescriptionclass
Deploy exception to indicate that a deployment by the same deployment id already existsclass
Deploy exception to indicate that the compiler version mismatchesclass
Deploy exception to indicate a problem taking the necessary lockclass
Deploy exception to indicate that a precondition is not satisfiedclass
Deploy exception to indicate that substitution parameter values have not been providedModifier 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.EPDeploymentService.rollout
(Collection<EPDeploymentRolloutCompiled> items) Roll-out multiple deployments.EPDeploymentService.rollout
(Collection<EPDeploymentRolloutCompiled> items, RolloutOptions options) Roll-out multiple deployments. -
Uses of EPDeployException 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) static DeploymentInternal
Deployer.deployFresh
(String deploymentId, int statementIdFirstStatement, com.espertech.esper.common.client.EPCompiled compiled, StatementNameRuntimeOption statementNameResolverRuntime, StatementUserObjectRuntimeOption userObjectResolverRuntime, StatementSubstitutionParameterOption substitutionParameterResolver, DeploymentClassLoaderOption deploymentClassLoaderOption, EPRuntimeSPI epRuntime) static DeploymentInternal
Deployer.deployRecover
(String deploymentId, int statementIdFirstStatement, com.espertech.esper.common.client.EPCompiled compiled, StatementNameRuntimeOption statementNameResolverRuntime, StatementUserObjectRuntimeOption userObjectResolverRuntime, StatementSubstitutionParameterOption substitutionParameterResolver, DeploymentClassLoaderOption deploymentClassLoaderOption, EPRuntimeSPI epRuntime) DeployerRollout.rollout
(int currentStatementId, Collection<EPDeploymentRolloutCompiled> itemsProvided, EPRuntimeSPI runtime) EPDeploymentServiceImpl.rollout
(Collection<EPDeploymentRolloutCompiled> items) EPDeploymentServiceImpl.rollout
(Collection<EPDeploymentRolloutCompiled> items, RolloutOptions options)