Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
Modifier and Type | Method and Description |
---|---|
EPStage |
EPStageService.getExistingStage(java.lang.String stageUri)
Returns the existing stage for the provided URI, or null if a stage for the URI has not already been allocated.
|
EPStage |
EPStageService.getStage(java.lang.String stageUri)
Allocate a new stage or returns the existing stage if the stage for the same URI is already allocated.
|