Uses of Class
com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Packages that use EPDataFlowInstantiationOptions
-
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.