Package | Description |
---|---|
com.espertech.esper.common.client.dataflow.core |
Client API for data flows.
|
com.espertech.esper.common.internal.epl.dataflow.core | |
com.espertech.esper.common.internal.epl.dataflow.realize |
Modifier and Type | Method and Description |
---|---|
EPDataFlowInstance |
EPDataFlowService.getSavedInstance(String instanceName)
Returns a specific saved data flow instance, or null if it has not been found
|
EPDataFlowInstance |
EPDataFlowService.instantiate(String deploymentId,
String dataflowName)
Instantiate a data flow.
|
EPDataFlowInstance |
EPDataFlowService.instantiate(String deploymentId,
String dataFlowName,
EPDataFlowInstantiationOptions options)
Instantiate a data flow, with options.
|
EPDataFlowInstance |
EPDataFlowService.instantiateSavedConfiguration(String configurationName)
Instantiate a data flow from a saved configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
EPDataFlowService.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 |
EPDataFlowServiceImpl.getSavedInstance(String instanceName) |
EPDataFlowInstance |
EPDataFlowServiceImpl.instantiate(String deploymentId,
String dataflowName) |
EPDataFlowInstance |
EPDataFlowServiceImpl.instantiate(String deploymentId,
String dataFlowName,
EPDataFlowInstantiationOptions options) |
EPDataFlowInstance |
EPDataFlowServiceImpl.instantiateSavedConfiguration(String configurationName) |
Modifier and Type | Method and Description |
---|---|
void |
EPDataFlowServiceImpl.saveInstance(String instanceName,
EPDataFlowInstance instance) |
Modifier and Type | Method and Description |
---|---|
static EPDataFlowInstance |
DataflowInstantiator.instantiate(int agentInstanceId,
DataflowDesc dataflow,
EPDataFlowInstantiationOptions options) |
Copyright © 2005–2021. All rights reserved.