Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
com.espertech.esper.runtime.internal.kernel.stage |
Modifier and Type | Method and Description |
---|---|
EPStage |
EPStageService.getExistingStage(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(String stageUri)
Allocate a new stage or returns the existing stage if the stage for the same URI is already allocated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EPStageSPI |
Modifier and Type | Class and Description |
---|---|
class |
EPStageImpl |
Modifier and Type | Method and Description |
---|---|
EPStage |
EPStageServiceImpl.getExistingStage(String stageUri) |
EPStage |
EPStageServiceImpl.getStage(String stageUri) |
Copyright © 2005–2022. All rights reserved.