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> long
DelegatingStatisticsCollector. incrementBatchLoadExceptionCount(IncrementBatchLoadExceptionCountStatisticsContext<K> context)
<K> long
NoOpStatisticsCollector. incrementBatchLoadExceptionCount(IncrementBatchLoadExceptionCountStatisticsContext<K> context)
<K> long
SimpleStatisticsCollector. incrementBatchLoadExceptionCount(IncrementBatchLoadExceptionCountStatisticsContext<K> context)
default <K> long
StatisticsCollector. incrementBatchLoadExceptionCount(IncrementBatchLoadExceptionCountStatisticsContext<K> context)
Called to increment the number of batch loads exceptions<K> long
ThreadLocalStatisticsCollector. incrementBatchLoadExceptionCount(IncrementBatchLoadExceptionCountStatisticsContext<K> context)
-