Package org.apache.unomi.metrics
Interface CallerCount
- All Known Implementing Classes:
CallerCountImpl
public interface CallerCount
-
Method Summary
-
Method Details
-
getHash
String getHash() -
getCaller
-
getCount
long getCount() -
incCount
long incCount() -
getTotalTime
long getTotalTime() -
addTime
long addTime(long time)
-