Uses of Class
com.espertech.esper.common.client.dataflow.core.EPDataFlowAlreadyExistsException
Packages that use EPDataFlowAlreadyExistsException
Package
Description
Client API for data flows.
-
Uses of EPDataFlowAlreadyExistsException in com.espertech.esper.common.client.dataflow.core
Methods in com.espertech.esper.common.client.dataflow.core that throw EPDataFlowAlreadyExistsExceptionModifier and TypeMethodDescriptionvoid
EPDataFlowService.saveConfiguration
(String dataflowConfigName, String deploymentId, String dataFlowName, EPDataFlowInstantiationOptions options) Save an existing data flow configuration (data flow name and its options) for later retrieval.void
EPDataFlowService.saveInstance
(String instanceName, EPDataFlowInstance instance) Save an existing instance with the runtime, for later retrieval. -
Uses of EPDataFlowAlreadyExistsException in com.espertech.esper.common.internal.epl.dataflow.core
Methods in com.espertech.esper.common.internal.epl.dataflow.core that throw EPDataFlowAlreadyExistsExceptionModifier and TypeMethodDescriptionvoid
EPDataFlowServiceImpl.saveInstance
(String instanceName, EPDataFlowInstance instance)