com.espertech.esper.client.dataflow
Class EPDataFlowInstanceCaptive

java.lang.Object
  extended by com.espertech.esper.client.dataflow.EPDataFlowInstanceCaptive

public class EPDataFlowInstanceCaptive
extends java.lang.Object

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

EPDataFlowInstanceCaptive

public EPDataFlowInstanceCaptive(java.util.Map<java.lang.String,Emitter> emitters,
                                 java.util.List<GraphSourceRunnable> runnables)
Ctor.

Parameters:
emitters - any emitters that are part of the data flow
runnables - any runnables that represent source operators
Method Detail

getEmitters

public java.util.Map<java.lang.String,Emitter> getEmitters()
Map of named emitters.

Returns:
emitters

getRunnables

public java.util.List<GraphSourceRunnable> getRunnables()
List of operator source runnables.

Returns:
runnables

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com