Uses of Class
com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Packages that use EPDataFlowInstantiationOptions
Package
Description
Client API for data flows.
-
Uses of EPDataFlowInstantiationOptions in com.espertech.esper.common.client.dataflow.core
Methods in com.espertech.esper.common.client.dataflow.core that return EPDataFlowInstantiationOptionsModifier and TypeMethodDescriptionEPDataFlowInstantiationOptions.cpuStatistics
(boolean cpuStatistics) Sets indicator whether to collect CPU statistics.EPDataFlowInstantiationOptions.dataFlowInstanceId
(String dataFlowInstanceId) Sets the data flow instance idEPDataFlowInstantiationOptions.dataFlowInstanceUserObject
(Object dataFlowInstanceUserObject) Sets the user object associated to the data flow instance.EPDataFlowInstantiationOptions.exceptionHandler
(EPDataFlowExceptionHandler exceptionHandler) Sets the exception handler.EPDataFlowSavedConfiguration.getOptions()
Data flow instantiation options.EPDataFlowInstantiationOptions.operatorProvider
(EPDataFlowOperatorProvider operatorProvider) Sets the the operator provider.EPDataFlowInstantiationOptions.operatorStatistics
(boolean statistics) Sets indicator whether to collect operator statistics.EPDataFlowInstantiationOptions.parameterProvider
(EPDataFlowOperatorParameterProvider parameterProvider) Sets the parameter provider.Methods in com.espertech.esper.common.client.dataflow.core with parameters of type EPDataFlowInstantiationOptionsModifier and TypeMethodDescriptionEPDataFlowService.instantiate
(String deploymentId, String dataFlowName, EPDataFlowInstantiationOptions options) Instantiate a data flow, with options.void
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.Constructors in com.espertech.esper.common.client.dataflow.core with parameters of type EPDataFlowInstantiationOptionsModifierConstructorDescriptionEPDataFlowSavedConfiguration
(String savedConfigurationName, String deploymentId, String dataflowName, EPDataFlowInstantiationOptions options) Ctor. -
Uses of EPDataFlowInstantiationOptions in com.espertech.esper.common.internal.epl.dataflow.core
Methods in com.espertech.esper.common.internal.epl.dataflow.core with parameters of type EPDataFlowInstantiationOptionsModifier and TypeMethodDescriptionEPDataFlowServiceImpl.instantiate
(String deploymentId, String dataFlowName, EPDataFlowInstantiationOptions options) void
EPDataFlowServiceImpl.saveConfiguration
(String dataflowConfigName, String deploymentId, String dataFlowName, EPDataFlowInstantiationOptions options) -
Uses of EPDataFlowInstantiationOptions in com.espertech.esper.common.internal.epl.dataflow.realize
Methods in com.espertech.esper.common.internal.epl.dataflow.realize with parameters of type EPDataFlowInstantiationOptionsModifier and TypeMethodDescriptionstatic EPDataFlowInstance
DataflowInstantiator.instantiate
(int agentInstanceId, DataflowDesc dataflow, EPDataFlowInstantiationOptions options) static OperatorStatisticsProvider
DataflowInstantiatorHelper.realize
(DataflowDesc dataflow, Map<Integer, Object> operators, List<LogicalChannelBinding> bindings, DataFlowSignalManager dataFlowSignalManager, EPDataFlowInstantiationOptions options, AgentInstanceContext agentInstanceContext)