Click or drag to resize

StatementMetric Class

Reports statement-level instrumentation values.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.metricMetricEvent
    com.espertech.esper.common.client.metricStatementMetric

Namespace:  com.espertech.esper.common.client.metric
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class StatementMetric : MetricEvent

The StatementMetric type exposes the following members.

Constructors
  NameDescription
Public methodStatementMetric
Initializes a new instance of the StatementMetric class.
Top
Properties
  NameDescription
Public propertyDeploymentId
Public propertyNumInput
Public propertyOutputIStreamCount
Returns number of output rows in insert stream.
Public propertyOutputRStreamCount
Returns number of output rows in remove stream.
Public propertyPerformanceMetrics
Returns the performance metrics.
Public propertyRuntimeURI
Returns the runtime URI.
(Inherited from MetricEvent.)
Public propertyStatementName
Returns statement name.
Public propertyTimestamp
Gets or sets engine timestamp.
Top
Methods
  NameDescription
Public methodAddMetrics
Public methodAddNumInput
Public methodAddNumOutputIStream
Adds number of output rows in insert stream.
Public methodAddNumOutputRStream
Adds number of output rows in remove stream.
Top
See Also