 | EPDataFlowInstanceOperatorStat Constructor |
Ctor.
Namespace:
com.espertech.esper.common.client.dataflow.core
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic EPDataFlowInstanceOperatorStat(
string operatorName,
string operatorPrettyPrint,
int operatorNumber,
long submittedOverallCount,
long[] submittedPerPortCount,
long timeOverall,
long[] timePerPort
)
Parameters
- operatorName
- Type: SystemString
operator name - operatorPrettyPrint
- Type: SystemString
operator pretty print - operatorNumber
- Type: SystemInt32
operator number - submittedOverallCount
- Type: SystemInt64
count of submitted events - submittedPerPortCount
- Type: SystemInt64
count of events submitted per port - timeOverall
- Type: SystemInt64
time spent submitting events - timePerPort
- Type: SystemInt64
time spent submitting events per port
See Also