Package | Description |
---|---|
com.espertech.esper.common.client.dataflow.core |
Client API for data flows.
|
Modifier and Type | Method and Description |
---|---|
EPDataFlowInstance |
EPDataFlowService.getSavedInstance(java.lang.String instanceName)
Returns a specific saved data flow instance, or null if it has not been found
|
EPDataFlowInstance |
EPDataFlowService.instantiate(java.lang.String deploymentId,
java.lang.String dataflowName)
Instantiate a data flow.
|
EPDataFlowInstance |
EPDataFlowService.instantiate(java.lang.String deploymentId,
java.lang.String dataFlowName,
EPDataFlowInstantiationOptions options)
Instantiate a data flow, with options.
|
EPDataFlowInstance |
EPDataFlowService.instantiateSavedConfiguration(java.lang.String configurationName)
Instantiate a data flow from a saved configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
EPDataFlowService.saveInstance(java.lang.String instanceName,
EPDataFlowInstance instance)
Save an existing instance with the runtime, for later retrieval.
|