Package org.alfresco.util.resource
Class MethodResourceManager.MethodStatistics
- java.lang.Object
-
- org.alfresco.util.resource.MethodResourceManager.MethodStatistics
-
- Enclosing interface:
- MethodResourceManager
public static class MethodResourceManager.MethodStatistics extends java.lang.ObjectHelper class to carry basic method call statistics.
-
-
Constructor Summary
Constructors Constructor Description MethodStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccumulateNs(long durationNs)longgetAccumulatedTimeNs()doublegetAverageCallTimeNs()longgetCallCount()
-