Class DeploymentLifecycleServiceImpl
java.lang.Object
com.espertech.esper.runtime.internal.deploymentlifesvc.DeploymentLifecycleServiceImpl
- All Implemented Interfaces:
DeploymentLifecycleService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDeployment
(String deploymentId, DeploymentInternal deployment) void
void
getDeploymentByCRC
(long deploymentId) getDeploymentById
(String deploymentId) String[]
getStatementByName
(String deploymentId, String statementName) removeDeployment
(String deploymentId) void
-
Constructor Details
-
DeploymentLifecycleServiceImpl
public DeploymentLifecycleServiceImpl(int stageId)
-
-
Method Details
-
addDeployment
- Specified by:
addDeployment
in interfaceDeploymentLifecycleService
-
getDeploymentIds
- Specified by:
getDeploymentIds
in interfaceDeploymentLifecycleService
-
removeDeployment
- Specified by:
removeDeployment
in interfaceDeploymentLifecycleService
-
getDeploymentByCRC
- Specified by:
getDeploymentByCRC
in interfaceDeploymentLifecycleService
-
getDeploymentById
- Specified by:
getDeploymentById
in interfaceDeploymentLifecycleService
-
getStatementByName
- Specified by:
getStatementByName
in interfaceDeploymentLifecycleService
-
getDeploymentMap
- Specified by:
getDeploymentMap
in interfaceDeploymentLifecycleService
-
getListeners
- Specified by:
getListeners
in interfaceDeploymentLifecycleService
-
addStatementLifecycleListener
- Specified by:
addStatementLifecycleListener
in interfaceDeploymentLifecycleService
-
removeStatementLifecycleListener
- Specified by:
removeStatementLifecycleListener
in interfaceDeploymentLifecycleService
-
dispatchStatementListenerEvent
- Specified by:
dispatchStatementListenerEvent
in interfaceDeploymentLifecycleService
-