Package org.alfresco.repo.cache
Class OperationStats
- java.lang.Object
-
- org.alfresco.repo.cache.OperationStats
-
public final class OperationStats extends Object
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
Constructors Constructor Description OperationStats(double totalTime, long count)OperationStats(OperationStats source, double totalTime, long count)
-
-
-
Constructor Detail
-
OperationStats
public OperationStats(double totalTime, long count)
-
OperationStats
public OperationStats(OperationStats source, double totalTime, long count)
-
-