Package | Description |
---|---|
com.espertech.esper.runtime.client.stage |
For staging deployments.
|
com.espertech.esper.runtime.internal.kernel.stage |
Modifier and Type | Method and Description |
---|---|
EPStageDeploymentService |
EPStage.getDeploymentService()
Returns the stage's deployment service that provides information about staged deployments.
|
EPStageEventService |
EPStage.getEventService()
Returns the stage's event service that can be used to send events to the stage and to advance time for the stage.
|
void |
EPStage.stage(Collection<String> deploymentIds)
Stage deployments.
|
void |
EPStage.unstage(Collection<String> deploymentIds)
Un-stage deployments.
|
Modifier and Type | Method and Description |
---|---|
EPStageDeploymentServiceImpl |
EPStageImpl.getDeploymentService() |
EPStageEventServiceSPI |
EPStageImpl.getEventService() |
Copyright © 2005–2020. All rights reserved.