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> 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)
-