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 StatisticsCollector
DataLoader.stats
private final StatisticsCollector
DataLoaderHelper.stats
Fields in org.dataloader with type parameters of type StatisticsCollectorModifier and TypeFieldDescriptionprivate Supplier
<StatisticsCollector> DataLoaderOptions.statisticsCollector
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.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 TypeClassDescriptionclass
This statistics collector keeps dataloader statistics AND also calls the delegate collector at the same time.class
A statistics collector that does nothingclass
This simple collector usesAtomicLong
s to collect statisticsclass
This can collect statistics per thread as well as in an overall sense.Fields in org.dataloader.stats declared as StatisticsCollectorModifier and TypeFieldDescriptionprivate final StatisticsCollector
DelegatingStatisticsCollector.collector
private final StatisticsCollector
DelegatingStatisticsCollector.delegateCollector
Constructors in org.dataloader.stats with parameters of type StatisticsCollectorModifierConstructorDescriptionDelegatingStatisticsCollector
(StatisticsCollector delegateCollector)