Uses of Class
org.dataloader.stats.context.IncrementLoadCountStatisticsContext
Packages that use IncrementLoadCountStatisticsContext
-
Uses of IncrementLoadCountStatisticsContext in org.dataloader.stats
Methods in org.dataloader.stats with parameters of type IncrementLoadCountStatisticsContextModifier and TypeMethodDescription<K> long
DelegatingStatisticsCollector.incrementLoadCount
(IncrementLoadCountStatisticsContext<K> context) <K> long
NoOpStatisticsCollector.incrementLoadCount
(IncrementLoadCountStatisticsContext<K> context) <K> long
SimpleStatisticsCollector.incrementLoadCount
(IncrementLoadCountStatisticsContext<K> context) default <K> long
StatisticsCollector.incrementLoadCount
(IncrementLoadCountStatisticsContext<K> context) Called to increment the number of loads<K> long
ThreadLocalStatisticsCollector.incrementLoadCount
(IncrementLoadCountStatisticsContext<K> context)