Package org.apache.unomi.metrics
Interface Metric
-
- All Known Implementing Classes:
MetricImpl
public interface Metric
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
addTotalTime(long time)
Map<String,CallerCount>
getCallerCounts()
String
getName()
long
getTotalCount()
long
getTotalTime()
long
incTotalCount()
-
-
-
Method Detail
-
getName
String getName()
-
getTotalCount
long getTotalCount()
-
incTotalCount
long incTotalCount()
-
getTotalTime
long getTotalTime()
-
addTotalTime
long addTotalTime(long time)
-
getCallerCounts
Map<String,CallerCount> getCallerCounts()
-
-