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> longDelegatingStatisticsCollector. incrementLoadErrorCount(IncrementLoadErrorCountStatisticsContext<K> context)<K> longNoOpStatisticsCollector. incrementLoadErrorCount(IncrementLoadErrorCountStatisticsContext<K> context)<K> longSimpleStatisticsCollector. incrementLoadErrorCount(IncrementLoadErrorCountStatisticsContext<K> context)default <K> longStatisticsCollector. incrementLoadErrorCount(IncrementLoadErrorCountStatisticsContext<K> context)Called to increment the number of loads that resulted in an object deemed in error<K> longThreadLocalStatisticsCollector. incrementLoadErrorCount(IncrementLoadErrorCountStatisticsContext<K> context)
-