Uses of Interface
org.dataloader.stats.StatisticsCollector
Packages that use StatisticsCollector
-
Uses of StatisticsCollector in org.dataloader
Methods in org.dataloader that return StatisticsCollectorMethod parameters in org.dataloader with type arguments of type StatisticsCollectorModifier and TypeMethodDescriptionDataLoaderOptions.setStatisticsCollector(Supplier<StatisticsCollector> statisticsCollector) Sets the statistics collector supplier that will be used with these data loader options. -
Uses of StatisticsCollector in org.dataloader.stats
Classes in org.dataloader.stats that implement StatisticsCollectorModifier and TypeClassDescriptionclassThis statistics collector keeps dataloader statistics AND also calls the delegate collector at the same time.classA statistics collector that does nothingclassThis simple collector usesAtomicLongs to collect statisticsclassThis can collect statistics per thread as well as in an overall sense.Constructors in org.dataloader.stats with parameters of type StatisticsCollectorModifierConstructorDescriptionDelegatingStatisticsCollector(StatisticsCollector delegateCollector)