Uses of Class
com.espertech.esper.runtime.internal.kernel.service.DeploymentInternal
Packages that use DeploymentInternal
Package
Description
-
Uses of DeploymentInternal in com.espertech.esper.runtime.internal.deploymentlifesvc
Methods in com.espertech.esper.runtime.internal.deploymentlifesvc that return DeploymentInternalModifier 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) Methods in com.espertech.esper.runtime.internal.deploymentlifesvc that return types with arguments of type DeploymentInternalModifier and TypeMethodDescriptionDeploymentLifecycleService.getDeploymentMap()
DeploymentLifecycleServiceImpl.getDeploymentMap()
Methods in com.espertech.esper.runtime.internal.deploymentlifesvc with parameters of type DeploymentInternalModifier 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
Methods in com.espertech.esper.runtime.internal.kernel.service that return DeploymentInternalModifier 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()
Methods in com.espertech.esper.runtime.internal.kernel.service that return types with arguments of type DeploymentInternalModifier and TypeMethodDescriptionEPDeploymentServiceImpl.getDeploymentMap()
EPDeploymentServiceSPI.getDeploymentMap()
Methods in com.espertech.esper.runtime.internal.kernel.service with parameters of type DeploymentInternalModifier and TypeMethodDescriptionstatic void
Undeployer.checkModulePreconditions
(String deploymentId, String moduleName, DeploymentInternal deployment, EPServicesContext services) Constructors in com.espertech.esper.runtime.internal.kernel.service with parameters of type DeploymentInternalModifierConstructorDescriptionDeployerRolloutDeploymentResult
(int numStatements, DeploymentInternal[] deployments) -
Uses of DeploymentInternal in com.espertech.esper.runtime.internal.kernel.stage
Methods in com.espertech.esper.runtime.internal.kernel.stage that return types with arguments of type DeploymentInternalModifier and TypeMethodDescriptionEPStageDeploymentServiceImpl.getDeploymentMap()
EPStageDeploymentServiceSPI.getDeploymentMap()
Methods in com.espertech.esper.runtime.internal.kernel.stage with parameters of type DeploymentInternalModifier 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)