Class MetricImpl
java.lang.Object
org.apache.unomi.metrics.internal.MetricImpl
- All Implemented Interfaces:
Metric
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MetricImpl
-
-
Method Details
-
getName
-
getTotalCount
public long getTotalCount()- Specified by:
getTotalCount
in interfaceMetric
-
incTotalCount
public long incTotalCount()- Specified by:
incTotalCount
in interfaceMetric
-
getTotalTime
public long getTotalTime()- Specified by:
getTotalTime
in interfaceMetric
-
addTotalTime
public long addTotalTime(long time) - Specified by:
addTotalTime
in interfaceMetric
-
getCallerCounts
- Specified by:
getCallerCounts
in interfaceMetric
-