Uses of Interface
com.espertech.esper.common.client.dataflow.core.EPDataFlowInstance
Packages that use EPDataFlowInstance
Package
Description
Client API for data flows.
-
Uses of EPDataFlowInstance in com.espertech.esper.common.client.dataflow.core
Methods in com.espertech.esper.common.client.dataflow.core that return EPDataFlowInstanceModifier 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.Methods in com.espertech.esper.common.client.dataflow.core with parameters of type EPDataFlowInstanceModifier 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
Classes in com.espertech.esper.common.internal.epl.dataflow.core that implement EPDataFlowInstanceMethods in com.espertech.esper.common.internal.epl.dataflow.core that return EPDataFlowInstanceModifier and TypeMethodDescriptionEPDataFlowServiceImpl.getSavedInstance
(String instanceName) EPDataFlowServiceImpl.instantiate
(String deploymentId, String dataflowName) EPDataFlowServiceImpl.instantiate
(String deploymentId, String dataFlowName, EPDataFlowInstantiationOptions options) EPDataFlowServiceImpl.instantiateSavedConfiguration
(String configurationName) Methods in com.espertech.esper.common.internal.epl.dataflow.core with parameters of type EPDataFlowInstanceModifier and TypeMethodDescriptionvoid
EPDataFlowServiceImpl.saveInstance
(String instanceName, EPDataFlowInstance instance) -
Uses of EPDataFlowInstance in com.espertech.esper.common.internal.epl.dataflow.realize
Methods in com.espertech.esper.common.internal.epl.dataflow.realize that return EPDataFlowInstanceModifier and TypeMethodDescriptionstatic EPDataFlowInstance
DataflowInstantiator.instantiate
(int agentInstanceId, DataflowDesc dataflow, EPDataFlowInstantiationOptions options)