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> longDelegatingStatisticsCollector.incrementBatchLoadCountBy(long delta, IncrementBatchLoadCountByStatisticsContext<K> context) <K> longNoOpStatisticsCollector.incrementBatchLoadCountBy(long delta, IncrementBatchLoadCountByStatisticsContext<K> context) <K> longSimpleStatisticsCollector.incrementBatchLoadCountBy(long delta, IncrementBatchLoadCountByStatisticsContext<K> context) default <K> longStatisticsCollector.incrementBatchLoadCountBy(long delta, IncrementBatchLoadCountByStatisticsContext<K> context) Called to increment the number of batch loads<K> longThreadLocalStatisticsCollector.incrementBatchLoadCountBy(long delta, IncrementBatchLoadCountByStatisticsContext<K> context)