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 |
---|---|
StatementSubstitutionParameterOption |
DeploymentOptions.getStatementSubstitutionParameter()
Returns the callback providing values for substitution parameters.
|
Modifier and Type | Method and Description |
---|---|
DeploymentOptions |
DeploymentOptions.setStatementSubstitutionParameter(StatementSubstitutionParameterOption statementSubstitutionParameter)
Sets the callback providing values for substitution parameters.
|
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.