Class CounterType

java.lang.Object
org.pipservices3.components.count.CounterType

public class CounterType
extends Object
Types of counters that measure different types of metrics
  • Field Details

    • Interval

      public static final int Interval
      Counters that measure execution time intervals
      See Also:
      Constant Field Values
    • LastValue

      public static final int LastValue
      Counters that keeps the latest measured value
      See Also:
      Constant Field Values
    • Statistics

      public static final int Statistics
      Counters that measure min/average/max statistics
      See Also:
      Constant Field Values
    • Timestamp

      public static final int Timestamp
      Counter that record timestamps
      See Also:
      Constant Field Values
    • Increment

      public static final int Increment
      Counter that increment counters
      See Also:
      Constant Field Values
  • Constructor Details

    • CounterType

      public CounterType()