Package org.apache.unomi.metrics
Interface Metric
- All Known Implementing Classes:
MetricImpl
public interface Metric
-
Method Summary
-
Method Details
-
getName
String getName() -
getTotalCount
long getTotalCount() -
incTotalCount
long incTotalCount() -
getTotalTime
long getTotalTime() -
addTotalTime
long addTotalTime(long time) -
getCallerCounts
Map<String,CallerCount> getCallerCounts()
-