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 |
---|---|
StatementUserObjectRuntimeOption |
DeploymentOptions.getStatementUserObjectRuntime()
Returns the callback providing a runtime statement user object that can be obtained using
EPStatement.getUserObjectRuntime() |
Modifier and Type | Method and Description |
---|---|
DeploymentOptions |
DeploymentOptions.setStatementUserObjectRuntime(StatementUserObjectRuntimeOption statementUserObjectRuntime)
Sets the callback providing a runtime statement user object that can be obtained using
EPStatement.getUserObjectRuntime() |
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.