com.ibm.streams.operator.management

Interface MetricMXBean

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String METRIC_PROPERTY
      Property key in the registered bean's object name that defines the type of the metric.
    • Field Detail

      • METRIC_PROPERTY

        static final java.lang.String METRIC_PROPERTY
        Property key in the registered bean's object name that defines the type of the metric. The value will correspond to a MetricMXBean.MetricType.type() return value.
        See Also:
        Constant Field Values
    • Method Detail

      • getName

        java.lang.String getName()
        Get the name of this metric.
        Returns:
        Name of the metric.
      • getDescription

        java.lang.String getDescription()
        Get the description of this metric.
        Returns:
        Description of the metric.
      • getKind

        Metric.Kind getKind()
        Get the kind of this metric.
        Returns:
        Kind of the metric.
      • getValue

        long getValue()
        Get the value of this metric.
        Returns:
        Value of the metric.
        Throws:
        java.lang.IllegalStateException - Operator has been shutdown.