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 |
---|---|
List<GraphSourceRunnable> |
EPDataFlowInstanceCaptive.getRunnables()
List of operator source runnables.
|
Constructor and Description |
---|
EPDataFlowInstanceCaptive(Map<String,Emitter> emitters,
List<GraphSourceRunnable> runnables)
Ctor.
|
Constructor and Description |
---|
EPDataFlowInstanceImpl(String engineURI,
String statementName,
boolean audit,
String dataFlowName,
Object userObject,
String instanceId,
EPDataFlowState state,
List<GraphSourceRunnable> sourceRunnables,
Map<Integer,Object> operators,
Set<Integer> operatorBuildOrder,
EPDataFlowInstanceStatistics statisticsProvider,
Map<String,Object> parameters,
EngineImportService engineImportService) |