Click or drag to resize

EPDataFlowInstanceOperatorStat Class

Statistics holder for data flow instances.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.dataflow.coreEPDataFlowInstanceOperatorStat

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

The EPDataFlowInstanceOperatorStat type exposes the following members.

Constructors
  NameDescription
Public methodEPDataFlowInstanceOperatorStat
Ctor.
Top
Properties
  NameDescription
Public propertyOperatorName
Returns operator name.
Public propertyOperatorNumber
Returns the operator number.
Public propertyOperatorPrettyPrint
Returns operator pretty print
Public propertySubmittedOverallCount
Returns count of submitted events.
Public propertySubmittedPerPortCount
Returns count of submitted events per port.
Public propertyTimeOverall
Returns total time spent submitting events
Public propertyTimePerPort
Returns total time spent submitting events per port
Top
See Also