Uses of Interface
com.espertech.esper.runtime.client.option.StatementNameRuntimeOption
Packages that use StatementNameRuntimeOption
Package
Description
Runtime API: Runs compiled EPL.
-
Uses of StatementNameRuntimeOption in com.espertech.esper.runtime.client
Methods in com.espertech.esper.runtime.client that return StatementNameRuntimeOptionModifier and TypeMethodDescriptionDeploymentOptions.getStatementNameRuntime()
Returns the callback overriding the statement name that identifies the statement within the deployment and that can be obtained usingEPStatement.getName()
Methods in com.espertech.esper.runtime.client with parameters of type StatementNameRuntimeOptionModifier 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
Methods in com.espertech.esper.runtime.internal.kernel.service with parameters of type StatementNameRuntimeOptionModifier 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)