Uses of Class
com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
-
Uses of EPDataFlowInstantiationOptions in com.espertech.esper.common.client.dataflow.core
Modifier 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.Modifier 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.ModifierConstructorDescriptionEPDataFlowSavedConfiguration
(String savedConfigurationName, String deploymentId, String dataflowName, EPDataFlowInstantiationOptions options) Ctor.