Package org.alfresco.repo.cache
Class OperationStats
java.lang.Object
org.alfresco.repo.cache.OperationStats
Represents a single cache operation type's statistics.
For example, the cummalative time spent performing a cache's remove operation
and the number of times that the remove was performed.
Instances are immutable.
-
Constructor Summary
ConstructorsConstructorDescriptionOperationStats(double totalTime, long count) OperationStats(OperationStats source, double totalTime, long count) -
Method Summary
-
Constructor Details
-
OperationStats
public OperationStats(double totalTime, long count) -
OperationStats
-
-
Method Details
-
meanTime
public double meanTime() -
getTotalTime
public double getTotalTime() -
getCount
public long getCount()
-