Uses of Interface
org.dataloader.stats.StatisticsCollector
Packages that use StatisticsCollector
-
Uses of StatisticsCollector in org.dataloader
Fields in org.dataloader declared as StatisticsCollectorModifier and TypeFieldDescriptionprivate final StatisticsCollectorDataLoader.statsprivate final StatisticsCollectorDataLoaderHelper.statsFields in org.dataloader with type parameters of type StatisticsCollectorModifier and TypeFieldDescriptionprivate Supplier<StatisticsCollector> DataLoaderOptions.statisticsCollectorMethods 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.Constructors in org.dataloader with parameters of type StatisticsCollectorModifierConstructorDescription(package private)DataLoaderHelper(DataLoader<K, V> dataLoader, Object batchLoadFunction, DataLoaderOptions loaderOptions, CacheMap<Object, V> futureCache, ValueCache<K, V> valueCache, StatisticsCollector stats, Clock clock) -
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.Fields in org.dataloader.stats declared as StatisticsCollectorModifier and TypeFieldDescriptionprivate final StatisticsCollectorDelegatingStatisticsCollector.collectorprivate final StatisticsCollectorDelegatingStatisticsCollector.delegateCollectorConstructors in org.dataloader.stats with parameters of type StatisticsCollectorModifierConstructorDescriptionDelegatingStatisticsCollector(StatisticsCollector delegateCollector)