public class EPDataFlowInstanceCaptive extends Object
Constructor and Description |
---|
EPDataFlowInstanceCaptive(Map<String,Emitter> emitters,
List<GraphSourceRunnable> runnables)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Emitter> |
getEmitters()
Map of named emitters.
|
List<GraphSourceRunnable> |
getRunnables()
List of operator source runnables.
|
public EPDataFlowInstanceCaptive(Map<String,Emitter> emitters, List<GraphSourceRunnable> runnables)
emitters
- any emitters that are part of the data flowrunnables
- any runnables that represent source operatorspublic List<GraphSourceRunnable> getRunnables()