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:
getTotalCountin interfaceMetric
-
incTotalCount
public long incTotalCount()- Specified by:
incTotalCountin interfaceMetric
-
getTotalTime
public long getTotalTime()- Specified by:
getTotalTimein interfaceMetric
-
addTotalTime
public long addTotalTime(long time) - Specified by:
addTotalTimein interfaceMetric
-
getCallerCounts
- Specified by:
getCallerCountsin interfaceMetric
-