Package org.dataloader.stats
-
Interface Summary Interface Description StatisticsCollector This allows statistics to be collected forDataLoader
operations -
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 usesAtomicLong
s to collect statisticsStatistics This holds statistics on how aDataLoader
has performedThreadLocalStatisticsCollector This can collect statistics per thread as well as in an overall sense.