Click or drag to resize

EPDataFlowInstantiationOptions Class

Options for use when instantiating a data flow in .
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.dataflow.coreEPDataFlowInstantiationOptions

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class EPDataFlowInstantiationOptions

The EPDataFlowInstantiationOptions type exposes the following members.

Constructors
  NameDescription
Public methodEPDataFlowInstantiationOptions
Initializes a new instance of the EPDataFlowInstantiationOptions class
Top
Properties
  NameDescription
Public propertyDataFlowInstanceId
Returns the instance id assigned.
Public propertyDataFlowInstanceUserObject
Returns the user object associated to the data flow instance.
Public propertyExceptionHandler
Returns the exception handler.
Public propertyIsCpuStatistics
Returns indicator whether to collect CPU statistics.
Public propertyIsOperatorStatistics
Returns indicator whether to collect operator statistics.
Public propertyOperatorProvider
Returns the operator provider.
Public propertyParameterProvider
Returns the parameter provider.
Public propertyParametersURIs
Returns parameters.
Public propertySurrogateEventSender
Returns the event sender /runtime to use
Top
Methods
  NameDescription
Public methodAddParameterURI
Add a parameter.
Public methodWithCpuStatistics
Sets indicator whether to collect CPU statistics.
Public methodWithDataFlowInstanceId
Sets the data flow instance id
Public methodWithDataFlowInstanceUserObject
Sets the user object associated to the data flow instance.
Public methodWithExceptionHandler
Sets the exception handler.
Public methodWithOperatorProvider
Sets the the operator provider.
Public methodWithOperatorStatistics
Sets indicator whether to collect operator statistics.
Public methodWithParameterProvider
Sets the parameter provider.
Top
See Also