![]() | EPDataFlowInstantiationOptions Class |
Namespace: com.espertech.esper.common.client.dataflow.core
[SerializableAttribute] public class EPDataFlowInstantiationOptions
The EPDataFlowInstantiationOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | EPDataFlowInstantiationOptions | Initializes a new instance of the EPDataFlowInstantiationOptions class |
Name | Description | |
---|---|---|
![]() | DataFlowInstanceId |
Returns the instance id assigned.
|
![]() | DataFlowInstanceUserObject |
Returns the user object associated to the data flow instance.
|
![]() | ExceptionHandler |
Returns the exception handler.
|
![]() | IsCpuStatistics |
Returns indicator whether to collect CPU statistics.
|
![]() | IsOperatorStatistics |
Returns indicator whether to collect operator statistics.
|
![]() | OperatorProvider |
Returns the operator provider.
|
![]() | ParameterProvider |
Returns the parameter provider.
|
![]() | ParametersURIs |
Returns parameters.
|
![]() | SurrogateEventSender |
Returns the event sender /runtime to use
|
Name | Description | |
---|---|---|
![]() | AddParameterURI |
Add a parameter.
|
![]() | WithCpuStatistics |
Sets indicator whether to collect CPU statistics.
|
![]() | WithDataFlowInstanceId |
Sets the data flow instance id
|
![]() | WithDataFlowInstanceUserObject |
Sets the user object associated to the data flow instance.
|
![]() | WithExceptionHandler |
Sets the exception handler.
|
![]() | WithOperatorProvider |
Sets the the operator provider.
|
![]() | WithOperatorStatistics |
Sets indicator whether to collect operator statistics.
|
![]() | WithParameterProvider |
Sets the parameter provider.
|