Uses of Class
org.dataloader.stats.context.IncrementLoadErrorCountStatisticsContext
-
Packages that use IncrementLoadErrorCountStatisticsContext Package Description org.dataloader.stats -
-
Uses of IncrementLoadErrorCountStatisticsContext in org.dataloader.stats
Methods in org.dataloader.stats with parameters of type IncrementLoadErrorCountStatisticsContext Modifier and Type Method Description <K> long
DelegatingStatisticsCollector. incrementLoadErrorCount(IncrementLoadErrorCountStatisticsContext<K> context)
<K> long
NoOpStatisticsCollector. incrementLoadErrorCount(IncrementLoadErrorCountStatisticsContext<K> context)
<K> long
SimpleStatisticsCollector. incrementLoadErrorCount(IncrementLoadErrorCountStatisticsContext<K> context)
default <K> long
StatisticsCollector. incrementLoadErrorCount(IncrementLoadErrorCountStatisticsContext<K> context)
Called to increment the number of loads that resulted in an object deemed in error<K> long
ThreadLocalStatisticsCollector. incrementLoadErrorCount(IncrementLoadErrorCountStatisticsContext<K> context)
-