Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
com.espertech.esper.runtime.internal.kernel.service |
Modifier and Type | Class and Description |
---|---|
class |
EPDeployDeploymentExistsException
Deploy exception to indicate that a deployment by the same deployment id already exists
|
class |
EPDeployLockException
Deploy exception to indicate a problem taking the necessary lock
|
class |
EPDeployPreconditionException
Deploy exception to indicate that a precondition is not satisfied
|
class |
EPDeploySubstitutionParameterException
Deploy exception to indicate that substitution parameter values have not been provided
|
Modifier and Type | Method and Description |
---|---|
EPDeployment |
EPDeploymentService.deploy(com.espertech.esper.common.client.EPCompiled compiled)
Deploy a compiled module and with the default options.
|
EPDeployment |
EPDeploymentService.deploy(com.espertech.esper.common.client.EPCompiled compiled,
DeploymentOptions options)
Deploy a compiled module and with the provided options.
|
Modifier and Type | Method and Description |
---|---|
EPDeployment |
EPDeploymentServiceImpl.deploy(com.espertech.esper.common.client.EPCompiled compiled) |
EPDeployment |
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,
EPRuntimeSPI epRuntime) |
static DeploymentInternal |
Deployer.deployRecover(String deploymentId,
int statementIdFirstStatement,
com.espertech.esper.common.client.EPCompiled compiled,
StatementNameRuntimeOption statementNameResolverRuntime,
StatementUserObjectRuntimeOption userObjectResolverRuntime,
StatementSubstitutionParameterOption substitutionParameterResolver,
EPRuntimeSPI epRuntime) |
Copyright © 2005–2018. All rights reserved.