Uses of Class
com.espertech.esper.client.dataflow.EPDataFlowInstantiationOptions

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

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

Methods in com.espertech.esper.client.dataflow that return EPDataFlowInstantiationOptions
 EPDataFlowInstantiationOptions EPDataFlowInstantiationOptions.cpuStatistics(boolean cpuStatistics)
          Sets indicator whether to collect CPU statistics.
 EPDataFlowInstantiationOptions EPDataFlowInstantiationOptions.dataFlowInstanceId(java.lang.String dataFlowInstanceId)
          Sets the data flow instance id
 EPDataFlowInstantiationOptions EPDataFlowInstantiationOptions.dataFlowInstanceUserObject(java.lang.Object dataFlowInstanceUserObject)
          Sets the user object associated to the data flow instance.
 EPDataFlowInstantiationOptions EPDataFlowInstantiationOptions.exceptionHandler(EPDataFlowExceptionHandler exceptionHandler)
          Sets the exception handler.
 EPDataFlowInstantiationOptions EPDataFlowSavedConfiguration.getOptions()
          Data flow instantiation options.
 EPDataFlowInstantiationOptions EPDataFlowInstantiationOptions.operatorProvider(EPDataFlowOperatorProvider operatorProvider)
          Sets the the operator provider.
 EPDataFlowInstantiationOptions EPDataFlowInstantiationOptions.operatorStatistics(boolean statistics)
          Sets indicator whether to collect operator statistics.
 EPDataFlowInstantiationOptions EPDataFlowInstantiationOptions.parameterProvider(EPDataFlowOperatorParameterProvider parameterProvider)
          Sets the parameter provider.
 

Methods in com.espertech.esper.client.dataflow with parameters of type EPDataFlowInstantiationOptions
 EPDataFlowInstance EPDataFlowRuntime.instantiate(java.lang.String dataFlowName, EPDataFlowInstantiationOptions options)
          Instantiate a data flow, with options.
 void EPDataFlowRuntime.saveConfiguration(java.lang.String dataflowConfigName, java.lang.String dataFlowName, EPDataFlowInstantiationOptions options)
          Save an existing data flow configuration (data flow name and its options) for later retrieval.
 

Constructors in com.espertech.esper.client.dataflow with parameters of type EPDataFlowInstantiationOptions
EPDataFlowSavedConfiguration(java.lang.String savedConfigurationName, java.lang.String dataflowName, EPDataFlowInstantiationOptions options)
          Ctor.
 

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

Methods in com.espertech.esper.dataflow.core with parameters of type EPDataFlowInstantiationOptions
 EPDataFlowInstance DataFlowServiceImpl.instantiate(java.lang.String dataFlowName, EPDataFlowInstantiationOptions options)
           
static DataflowStartDesc RealizationFactoryInterface.realize(java.lang.String dataFlowName, java.util.Map<java.lang.Integer,java.lang.Object> operators, java.util.Map<java.lang.Integer,OperatorMetadataDescriptor> operatorMetadata, java.util.Set<java.lang.Integer> operatorBuildOrder, java.util.List<LogicalChannelBinding> bindings, DataFlowSignalManager dataFlowSignalManager, EPDataFlowInstantiationOptions options, EPServicesContext services, StatementContext statementContext)
           
 void DataFlowServiceImpl.saveConfiguration(java.lang.String dataflowConfigName, java.lang.String dataFlowName, EPDataFlowInstantiationOptions options)
           
 


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