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