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 Summary
Fields Modifier and Type Field Description static int
Increment
Counter that increment countersstatic int
Interval
Counters that measure execution time intervalsstatic int
LastValue
Counters that keeps the latest measured valuestatic int
Statistics
Counters that measure min/average/max statisticsstatic int
Timestamp
Counter that record timestamps -
Constructor Summary
Constructors Constructor Description CounterType()
-
Method Summary
-
Field Details
-
Interval
public static final int IntervalCounters that measure execution time intervals- See Also:
- Constant Field Values
-
LastValue
public static final int LastValueCounters that keeps the latest measured value- See Also:
- Constant Field Values
-
Statistics
public static final int StatisticsCounters that measure min/average/max statistics- See Also:
- Constant Field Values
-
Timestamp
public static final int TimestampCounter that record timestamps- See Also:
- Constant Field Values
-
Increment
public static final int IncrementCounter that increment counters- See Also:
- Constant Field Values
-
-
Constructor Details
-
CounterType
public CounterType()
-