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