Uses of Interface
com.espertech.esper.runtime.client.option.StatementNameRuntimeOption
Package
Description
Runtime API: Runs compiled EPL.
-
Uses of StatementNameRuntimeOption in com.espertech.esper.runtime.client
Modifier and TypeMethodDescriptionDeploymentOptions.getStatementNameRuntime()
Returns the callback overriding the statement name that identifies the statement within the deployment and that can be obtained usingEPStatement.getName()
Modifier and TypeMethodDescriptionDeploymentOptions.setStatementNameRuntime
(StatementNameRuntimeOption statementNameRuntime) Sets the callback overriding the statement name that identifies the statement within the deployment and that can be obtained usingEPStatement.getName()
-
Uses of StatementNameRuntimeOption in com.espertech.esper.runtime.internal.kernel.service
Modifier and TypeMethodDescriptionstatic 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) DeployerHelperInitStatement.initializeStatements
(int rolloutItemNumber, boolean recovery, DeployerModuleEPLObjects moduleEPLObjects, DeployerModulePaths modulePaths, String moduleName, com.espertech.esper.common.internal.context.module.ModuleProviderCLPair moduleProvider, String deploymentId, int statementIdFirstStatement, StatementUserObjectRuntimeOption userObjectResolverRuntime, StatementNameRuntimeOption statementNameResolverRuntime, StatementSubstitutionParameterOption substitutionParameterResolver, EPServicesContext services)