Uses of Class
org.dataloader.stats.context.IncrementCacheHitCountStatisticsContext
-
Packages that use IncrementCacheHitCountStatisticsContext Package Description org.dataloader.stats -
-
Uses of IncrementCacheHitCountStatisticsContext in org.dataloader.stats
Methods in org.dataloader.stats with parameters of type IncrementCacheHitCountStatisticsContext Modifier and Type Method Description <K> longDelegatingStatisticsCollector. incrementCacheHitCount(IncrementCacheHitCountStatisticsContext<K> context)<K> longNoOpStatisticsCollector. incrementCacheHitCount(IncrementCacheHitCountStatisticsContext<K> context)<K> longSimpleStatisticsCollector. incrementCacheHitCount(IncrementCacheHitCountStatisticsContext<K> context)default <K> longStatisticsCollector. incrementCacheHitCount(IncrementCacheHitCountStatisticsContext<K> context)Called to increment the number of cache hits<K> longThreadLocalStatisticsCollector. incrementCacheHitCount(IncrementCacheHitCountStatisticsContext<K> context)
-