Uses of Class
org.dataloader.stats.context.IncrementBatchLoadExceptionCountStatisticsContext
-
Packages that use IncrementBatchLoadExceptionCountStatisticsContext Package Description org.dataloader.stats -
-
Uses of IncrementBatchLoadExceptionCountStatisticsContext in org.dataloader.stats
Methods in org.dataloader.stats with parameters of type IncrementBatchLoadExceptionCountStatisticsContext Modifier and Type Method Description <K> longDelegatingStatisticsCollector. incrementBatchLoadExceptionCount(IncrementBatchLoadExceptionCountStatisticsContext<K> context)<K> longNoOpStatisticsCollector. incrementBatchLoadExceptionCount(IncrementBatchLoadExceptionCountStatisticsContext<K> context)<K> longSimpleStatisticsCollector. incrementBatchLoadExceptionCount(IncrementBatchLoadExceptionCountStatisticsContext<K> context)default <K> longStatisticsCollector. incrementBatchLoadExceptionCount(IncrementBatchLoadExceptionCountStatisticsContext<K> context)Called to increment the number of batch loads exceptions<K> longThreadLocalStatisticsCollector. incrementBatchLoadExceptionCount(IncrementBatchLoadExceptionCountStatisticsContext<K> context)
-