|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.dataflow.EPDataFlowInstanceCaptive
public class EPDataFlowInstanceCaptive
Holder for captive data flow execution.
Constructor Summary | |
---|---|
EPDataFlowInstanceCaptive(java.util.Map<java.lang.String,Emitter> emitters,
java.util.List<GraphSourceRunnable> runnables)
Ctor. |
Method Summary | |
---|---|
java.util.Map<java.lang.String,Emitter> |
getEmitters()
Map of named emitters. |
java.util.List<GraphSourceRunnable> |
getRunnables()
List of operator source runnables. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPDataFlowInstanceCaptive(java.util.Map<java.lang.String,Emitter> emitters, java.util.List<GraphSourceRunnable> runnables)
emitters
- any emitters that are part of the data flowrunnables
- any runnables that represent source operatorsMethod Detail |
---|
public java.util.Map<java.lang.String,Emitter> getEmitters()
public java.util.List<GraphSourceRunnable> getRunnables()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |