Uses of Enum Class
org.alfresco.repo.cache.TransactionStats.OpType
Packages that use TransactionStats.OpType
-
Uses of TransactionStats.OpType in org.alfresco.repo.cache
Methods in org.alfresco.repo.cache that return TransactionStats.OpTypeModifier and TypeMethodDescriptionstatic TransactionStats.OpTypeReturns the enum constant of this class with the specified name.static TransactionStats.OpType[]TransactionStats.OpType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.repo.cache that return types with arguments of type TransactionStats.OpTypeModifier and TypeMethodDescriptionRetrieve a map containing a snapshot of all of the raw stats (e.g. counts, mean operation times etc.).Methods in org.alfresco.repo.cache with parameters of type TransactionStats.OpTypeModifier and TypeMethodDescriptionlongCacheStatistics.count(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(String cacheName, TransactionStats.OpType opType) longTransactionStats.getCount(TransactionStats.OpType op) org.apache.commons.math3.stat.descriptive.SummaryStatisticsTransactionStats.getTimings(TransactionStats.OpType op) doubleCacheStatistics.meanTime(String cacheName, TransactionStats.OpType opType) The mean time in nanoseconds for all operations of the given type.doubleInMemoryCacheStatistics.meanTime(String cacheName, TransactionStats.OpType opType) voidTransactionStats.record(long start, long end, TransactionStats.OpType op)