![]() | EPDataFlowService Interface |
Namespace: com.espertech.esper.common.client.dataflow.core
public interface EPDataFlowService
The EPDataFlowService type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataFlows |
Returns the names of all declared data flows.
|
![]() | SavedConfigurations |
Returns the names of a saved data flow configurations.
|
![]() | SavedInstances |
Returns the instance names of a saved data flow instances.
|
Name | Description | |
---|---|---|
![]() | GetDataFlow |
Returns a descriptor for the given data flow, or null if the data flow has not been declared.
|
![]() | GetSavedConfiguration |
Returns a saved dataflow configuration or null if it is not found.
|
![]() | GetSavedInstance |
Returns a specific saved data flow instance, or null if it has not been found
|
![]() | Instantiate(String, String) |
Instantiate a data flow.
|
![]() | Instantiate(String, String, EPDataFlowInstantiationOptions) |
Instantiate a data flow, with options.
|
![]() | InstantiateSavedConfiguration |
Instantiate a data flow from a saved configuration.
|
![]() | RemoveSavedConfiguration |
Remove a previously saved data flow configuration.
|
![]() | RemoveSavedInstance |
Remove an instance previously saved.
|
![]() | SaveConfiguration |
Save an existing data flow configuration (data flow name and its options) for later retrieval.
|
![]() | SaveInstance |
Save an existing instance with the runtime, for later retrieval.
|