Class CallerCountImpl
java.lang.Object
org.apache.unomi.metrics.internal.CallerCountImpl
- All Implemented Interfaces:
CallerCount
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CallerCountImpl
-
-
Method Details
-
getHash
- Specified by:
getHash
in interfaceCallerCount
-
getCaller
- Specified by:
getCaller
in interfaceCallerCount
-
getCount
public long getCount()- Specified by:
getCount
in interfaceCallerCount
-
incCount
public long incCount()- Specified by:
incCount
in interfaceCallerCount
-
getTotalTime
public long getTotalTime()- Specified by:
getTotalTime
in interfaceCallerCount
-
addTime
public long addTime(long time) - Specified by:
addTime
in interfaceCallerCount
-