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:
getHashin interfaceCallerCount
-
getCaller
- Specified by:
getCallerin interfaceCallerCount
-
getCount
public long getCount()- Specified by:
getCountin interfaceCallerCount
-
incCount
public long incCount()- Specified by:
incCountin interfaceCallerCount
-
getTotalTime
public long getTotalTime()- Specified by:
getTotalTimein interfaceCallerCount
-
addTime
public long addTime(long time) - Specified by:
addTimein interfaceCallerCount
-