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 |
---|---|
EPDataFlowInstance |
EPDataFlowRuntime.getSavedInstance(String instanceName)
Returns a specific saved data flow instance, or null if it has not been found
|
EPDataFlowInstance |
EPDataFlowRuntime.instantiate(String dataFlowName)
Instantiate a data flow.
|
EPDataFlowInstance |
EPDataFlowRuntime.instantiate(String dataFlowName,
EPDataFlowInstantiationOptions options)
Instantiate a data flow, with options.
|
EPDataFlowInstance |
EPDataFlowRuntime.instantiateSavedConfiguration(String configurationName)
Instantiate a data flow from a saved configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
EPDataFlowRuntime.saveInstance(String instanceName,
EPDataFlowInstance instance)
Save an existing instance with the runtime, for later retrieval.
|
Modifier and Type | Class and Description |
---|---|
class |
EPDataFlowInstanceImpl |
Modifier and Type | Method and Description |
---|---|
EPDataFlowInstance |
DataFlowServiceImpl.getSavedInstance(String instanceName) |
EPDataFlowInstance |
DataFlowServiceImpl.instantiate(String dataFlowName) |
EPDataFlowInstance |
DataFlowServiceImpl.instantiate(String dataFlowName,
EPDataFlowInstantiationOptions options) |
EPDataFlowInstance |
DataFlowServiceImpl.instantiateSavedConfiguration(String configurationName) |
Modifier and Type | Method and Description |
---|---|
void |
DataFlowServiceImpl.saveInstance(String instanceName,
EPDataFlowInstance instance) |