public interface EPStageServiceSPI extends EPStageService
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
destroy() |
Map<String,EPStageImpl> |
getStages() |
boolean |
isEmpty() |
void |
recoverDeployment(String stageUri,
DeploymentInternal deployment) |
void |
recoveredStageInitialize(Supplier<Collection<com.espertech.esper.common.client.EventType>> availableTypes) |
void |
recoverStage(String stageURI,
int stageId,
long stageCurrentTime) |
getExistingStage, getStage, getStageURIs
void clear()
void recoverStage(String stageURI, int stageId, long stageCurrentTime)
void recoverDeployment(String stageUri, DeploymentInternal deployment)
void recoveredStageInitialize(Supplier<Collection<com.espertech.esper.common.client.EventType>> availableTypes)
boolean isEmpty()
Map<String,EPStageImpl> getStages()
void destroy()
Copyright © 2005–2022. All rights reserved.