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 intIncrementCounter that increment countersstatic intIntervalCounters that measure execution time intervalsstatic intLastValueCounters that keeps the latest measured valuestatic intStatisticsCounters that measure min/average/max statisticsstatic intTimestampCounter 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()
-