Package org.dataloader.stats
-
Interface Summary Interface Description StatisticsCollector This allows statistics to be collected forDataLoaderoperations -
Class Summary Class Description DelegatingStatisticsCollector This statistics collector keeps dataloader statistics AND also calls the delegate collector at the same time.NoOpStatisticsCollector A statistics collector that does nothingSimpleStatisticsCollector This simple collector usesAtomicLongs to collect statisticsStatistics This holds statistics on how aDataLoaderhas performedThreadLocalStatisticsCollector This can collect statistics per thread as well as in an overall sense.