Uses of Class
org.alfresco.repo.cache.OperationStats
-
Packages that use OperationStats Package Description org.alfresco.repo.cache -
-
Uses of OperationStats in org.alfresco.repo.cache
Methods in org.alfresco.repo.cache that return types with arguments of type OperationStats Modifier and Type Method Description Map<TransactionStats.OpType,OperationStats>CacheStatistics. allStats(String cacheName)Retrieve a map containing a snapshot of all of the raw stats (e.g.Map<TransactionStats.OpType,OperationStats>InMemoryCacheStatistics. allStats(String cacheName)Constructors in org.alfresco.repo.cache with parameters of type OperationStats Constructor Description OperationStats(OperationStats source, double totalTime, long count)
-