Package org.alfresco.repo.cache
Class OperationStats
- java.lang.Object
-
- org.alfresco.repo.cache.OperationStats
-
public final class OperationStats extends java.lang.ObjectRepresents 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
Constructors Constructor Description OperationStats(double totalTime, long count)OperationStats(OperationStats source, double totalTime, long count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCount()doublegetTotalTime()doublemeanTime()
-
-
-
Constructor Detail
-
OperationStats
public OperationStats(double totalTime, long count)
-
OperationStats
public OperationStats(OperationStats source, double totalTime, long count)
-
-