Uses of Interface
com.espertech.esper.common.client.dataflow.core.EPDataFlowInstance
Package
Description
Client API for data flows.
-
Uses of EPDataFlowInstance in com.espertech.esper.common.client.dataflow.core
Modifier and TypeMethodDescriptionEPDataFlowService.getSavedInstance
(String instanceName) Returns a specific saved data flow instance, or null if it has not been foundEPDataFlowService.instantiate
(String deploymentId, String dataflowName) Instantiate a data flow.EPDataFlowService.instantiate
(String deploymentId, String dataFlowName, EPDataFlowInstantiationOptions options) Instantiate a data flow, with options.EPDataFlowService.instantiateSavedConfiguration
(String configurationName) Instantiate a data flow from a saved configuration.Modifier and TypeMethodDescriptionvoid
EPDataFlowService.saveInstance
(String instanceName, EPDataFlowInstance instance) Save an existing instance with the runtime, for later retrieval. -
Uses of EPDataFlowInstance in com.espertech.esper.common.internal.epl.dataflow.core
Modifier and TypeMethodDescriptionEPDataFlowServiceImpl.getSavedInstance
(String instanceName) EPDataFlowServiceImpl.instantiate
(String deploymentId, String dataflowName) EPDataFlowServiceImpl.instantiate
(String deploymentId, String dataFlowName, EPDataFlowInstantiationOptions options) EPDataFlowServiceImpl.instantiateSavedConfiguration
(String configurationName) Modifier and TypeMethodDescriptionvoid
EPDataFlowServiceImpl.saveInstance
(String instanceName, EPDataFlowInstance instance) -
Uses of EPDataFlowInstance in com.espertech.esper.common.internal.epl.dataflow.realize
Modifier and TypeMethodDescriptionstatic EPDataFlowInstance
DataflowInstantiator.instantiate
(int agentInstanceId, DataflowDesc dataflow, EPDataFlowInstantiationOptions options)