Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
com.espertech.esper.runtime.internal.kernel.service |
Modifier and Type | Method and Description |
---|---|
StatementNameRuntimeOption |
DeploymentOptions.getStatementNameRuntime()
Returns the callback overriding the statement name that identifies the statement within the deployment and that
can be obtained using
EPStatement.getName() |
Modifier and Type | Method and Description |
---|---|
DeploymentOptions |
DeploymentOptions.setStatementNameRuntime(StatementNameRuntimeOption statementNameRuntime)
Sets the callback overriding the statement name that identifies the statement within the deployment and that
can be obtained using
EPStatement.getName() |
Modifier and Type | Method and Description |
---|---|
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.