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