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 longaddTime(long time)List<String>getCaller()longgetCount()StringgetHash()longgetTotalTime()longincCount()
-