Uses of Class
org.dataloader.stats.context.IncrementLoadErrorCountStatisticsContext
Packages that use IncrementLoadErrorCountStatisticsContext
-
Uses of IncrementLoadErrorCountStatisticsContext in org.dataloader.stats
Methods in org.dataloader.stats with parameters of type IncrementLoadErrorCountStatisticsContextModifier and TypeMethodDescription<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)