Class Undeployer
java.lang.Object
com.espertech.esper.runtime.internal.kernel.service.Undeployer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkModulePreconditions
(String deploymentId, String moduleName, DeploymentInternal deployment, EPServicesContext services) static void
disassociate
(EPStatement[] statements) static void
undeploy
(String deploymentId, Map<Long, com.espertech.esper.common.client.EventType> deploymentTypes, com.espertech.esper.common.internal.context.util.StatementContext[] reverted, com.espertech.esper.common.internal.context.module.ModuleProvider moduleProvider, EPServicesContext services)
-
Constructor Details
-
Undeployer
public Undeployer()
-
-
Method Details
-
checkModulePreconditions
public static void checkModulePreconditions(String deploymentId, String moduleName, DeploymentInternal deployment, EPServicesContext services) throws EPUndeployPreconditionException - Throws:
EPUndeployPreconditionException
-
disassociate
-
undeploy
public static void undeploy(String deploymentId, Map<Long, com.espertech.esper.common.client.EventType> deploymentTypes, com.espertech.esper.common.internal.context.util.StatementContext[] reverted, com.espertech.esper.common.internal.context.module.ModuleProvider moduleProvider, EPServicesContext services)
-