Package org.apache.unomi.metrics
Interface CallerCount
-
- All Known Implementing Classes:
CallerCountImpl
public interface CallerCount
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
addTime(long time)
List<String>
getCaller()
long
getCount()
String
getHash()
long
getTotalTime()
long
incCount()
-