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