Uses of Class
org.alfresco.repo.cache.TransactionStats.OpType
-
Packages that use TransactionStats.OpType Package Description org.alfresco.repo.cache -
-
Uses of TransactionStats.OpType in org.alfresco.repo.cache
Methods in org.alfresco.repo.cache that return TransactionStats.OpType Modifier and Type Method Description static TransactionStats.OpTypeTransactionStats.OpType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransactionStats.OpType[]TransactionStats.OpType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.cache that return types with arguments of type TransactionStats.OpType 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)Methods in org.alfresco.repo.cache with parameters of type TransactionStats.OpType Modifier and Type Method Description longCacheStatistics. count(java.lang.String cacheName, TransactionStats.OpType opType)Get the number of occurrences of the given operation type, retrieve the number of cache hits that have happened to the cache.longInMemoryCacheStatistics. count(java.lang.String cacheName, TransactionStats.OpType opType)longTransactionStats. getCount(TransactionStats.OpType op)org.apache.commons.math3.stat.descriptive.SummaryStatisticsTransactionStats. getTimings(TransactionStats.OpType op)doubleCacheStatistics. meanTime(java.lang.String cacheName, TransactionStats.OpType opType)The mean time in nanoseconds for all operations of the given type.doubleInMemoryCacheStatistics. meanTime(java.lang.String cacheName, TransactionStats.OpType opType)voidTransactionStats. record(long start, long end, TransactionStats.OpType op)
-