Uses of Interface
com.espertech.esper.client.dataflow.EPDataFlowInstance

Packages that use EPDataFlowInstance
com.espertech.esper.client.dataflow Client API for data flows. 
com.espertech.esper.dataflow.core Data flow core classes. 
 

Uses of EPDataFlowInstance in com.espertech.esper.client.dataflow
 

Methods in com.espertech.esper.client.dataflow that return EPDataFlowInstance
 EPDataFlowInstance EPDataFlowRuntime.getSavedInstance(java.lang.String instanceName)
          Returns a specific saved data flow instance, or null if it has not been found
 EPDataFlowInstance EPDataFlowRuntime.instantiate(java.lang.String dataFlowName)
          Instantiate a data flow.
 EPDataFlowInstance EPDataFlowRuntime.instantiate(java.lang.String dataFlowName, EPDataFlowInstantiationOptions options)
          Instantiate a data flow, with options.
 EPDataFlowInstance EPDataFlowRuntime.instantiateSavedConfiguration(java.lang.String configurationName)
          Instantiate a data flow from a saved configuration.
 

Methods in com.espertech.esper.client.dataflow with parameters of type EPDataFlowInstance
 void EPDataFlowRuntime.saveInstance(java.lang.String instanceName, EPDataFlowInstance instance)
          Save an existing instance with the runtime, for later retrieval.
 

Uses of EPDataFlowInstance in com.espertech.esper.dataflow.core
 

Classes in com.espertech.esper.dataflow.core that implement EPDataFlowInstance
 class EPDataFlowInstanceImpl
           
 

Methods in com.espertech.esper.dataflow.core that return EPDataFlowInstance
 EPDataFlowInstance DataFlowServiceImpl.getSavedInstance(java.lang.String instanceName)
           
 EPDataFlowInstance DataFlowServiceImpl.instantiate(java.lang.String dataFlowName)
           
 EPDataFlowInstance DataFlowServiceImpl.instantiate(java.lang.String dataFlowName, EPDataFlowInstantiationOptions options)
           
 EPDataFlowInstance DataFlowServiceImpl.instantiateSavedConfiguration(java.lang.String configurationName)
           
 

Methods in com.espertech.esper.dataflow.core with parameters of type EPDataFlowInstance
 void DataFlowServiceImpl.saveInstance(java.lang.String instanceName, EPDataFlowInstance instance)
           
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com