Package | Description |
---|---|
com.espertech.esper.client.dataflow |
Client API for data flows.
|
com.espertech.esper.dataflow.core |
Data flow core classes.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GraphSourceRunnable> |
EPDataFlowInstanceCaptive.getRunnables()
List of operator source runnables.
|
Constructor and Description |
---|
EPDataFlowInstanceCaptive(java.util.Map<java.lang.String,Emitter> emitters,
java.util.List<GraphSourceRunnable> runnables)
Ctor.
|
Constructor and Description |
---|
EPDataFlowInstanceImpl(java.lang.String engineURI,
java.lang.String statementName,
boolean audit,
java.lang.String dataFlowName,
java.lang.Object userObject,
java.lang.String instanceId,
EPDataFlowState state,
java.util.List<GraphSourceRunnable> sourceRunnables,
java.util.Map<java.lang.Integer,java.lang.Object> operators,
java.util.Set<java.lang.Integer> operatorBuildOrder,
EPDataFlowInstanceStatistics statisticsProvider,
java.util.Map<java.lang.String,java.lang.Object> parameters,
EngineImportService engineImportService) |