Uses of Class
com.espertech.esper.runtime.internal.kernel.service.DeploymentInternal
Package
Description
-
Uses of DeploymentInternal in com.espertech.esper.runtime.internal.deploymentlifesvc
Modifier and TypeMethodDescriptionDeploymentLifecycleService.getDeploymentByCRC
(long deploymentId) DeploymentLifecycleServiceImpl.getDeploymentByCRC
(long deploymentId) DeploymentLifecycleService.getDeploymentById
(String deploymentId) DeploymentLifecycleServiceImpl.getDeploymentById
(String deploymentId) DeploymentLifecycleService.removeDeployment
(String deploymentId) DeploymentLifecycleServiceImpl.removeDeployment
(String deploymentId) Modifier and TypeMethodDescriptionDeploymentLifecycleService.getDeploymentMap()
DeploymentLifecycleServiceImpl.getDeploymentMap()
Modifier and TypeMethodDescriptionvoid
DeploymentLifecycleService.addDeployment
(String deploymentId, DeploymentInternal deployment) void
DeploymentLifecycleServiceImpl.addDeployment
(String deploymentId, DeploymentInternal deployment) -
Uses of DeploymentInternal 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) static DeploymentInternal
DeploymentInternal.from
(String deploymentId, EPStatement[] statements, Set<String> deploymentIdDependencies, DeployerModulePaths modulePaths, DeployerModuleEPLObjects moduleEPLObjects, com.espertech.esper.common.internal.context.module.ModuleProviderCLPair moduleProvider) DeployerRolloutDeploymentResult.getDeployments()
Modifier and TypeMethodDescriptionEPDeploymentServiceImpl.getDeploymentMap()
EPDeploymentServiceSPI.getDeploymentMap()
Modifier and TypeMethodDescriptionstatic void
Undeployer.checkModulePreconditions
(String deploymentId, String moduleName, DeploymentInternal deployment, EPServicesContext services) ModifierConstructorDescriptionDeployerRolloutDeploymentResult
(int numStatements, DeploymentInternal[] deployments) -
Uses of DeploymentInternal in com.espertech.esper.runtime.internal.kernel.stage
Modifier and TypeMethodDescriptionEPStageDeploymentServiceImpl.getDeploymentMap()
EPStageDeploymentServiceSPI.getDeploymentMap()
Modifier and TypeMethodDescriptionstatic void
StageDeploymentHelper.movePath
(DeploymentInternal deployment, EPServicesPath from, EPServicesPath to) void
EPStageServiceImpl.recoverDeployment
(String stageUri, DeploymentInternal deployment) void
EPStageServiceSPI.recoverDeployment
(String stageUri, DeploymentInternal deployment)