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 java.util.Map<TransactionStats.OpType,OperationStats>CacheStatistics. allStats(java.lang.String cacheName)Retrieve a map containing a snapshot of all of the raw stats (e.g.java.util.Map<TransactionStats.OpType,OperationStats>InMemoryCacheStatistics. allStats(java.lang.String cacheName)Constructors in org.alfresco.repo.cache with parameters of type OperationStats Constructor Description OperationStats(OperationStats source, double totalTime, long count)
-