Uses of Class
org.dataloader.stats.context.IncrementBatchLoadCountByStatisticsContext
-
Packages that use IncrementBatchLoadCountByStatisticsContext Package Description org.dataloader.stats -
-
Uses of IncrementBatchLoadCountByStatisticsContext in org.dataloader.stats
Methods in org.dataloader.stats with parameters of type IncrementBatchLoadCountByStatisticsContext Modifier and Type Method Description <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)
-