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 |
---|---|
EPDataFlowState |
EPDataFlowInstance.getState()
Returns the state.
|
static EPDataFlowState |
EPDataFlowState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPDataFlowState[] |
EPDataFlowState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EPDataFlowState |
EPDataFlowInstanceImpl.getState() |
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) |