Package com.ibm.streams.operator.metrics

Metrics for Operator and Processing Element.

See: Description

  • Interface Summary 
    Interface Description
    Metric
    A metric represents a measurement of an element in either an operator or a processing element.
    OperatorMetrics
    OperatorMetrics provides access to metrics related to an operator and its ports.
    PEMetrics
    PEMetrics provides access to metrics related to an processing element's ports.
  • Enum Summary 
    Enum Description
    Metric.Kind
    Kind of metric.
    OperatorMetrics.InputPortMetric
    Enumeration representing metric names for operator input ports.
    OperatorMetrics.OutputPortMetric
    Enumeration representing metric names for operator output ports.
    PEMetrics.InputPortMetric
    Enumeration representing metric names for processing element input ports.
    PEMetrics.OutputPortMetric
    Enumeration representing metric names for processing element output ports.

Package com.ibm.streams.operator.metrics Description

Metrics for Operator and Processing Element.