Class DelegatingStatisticsCollector

java.lang.Object
org.dataloader.stats.DelegatingStatisticsCollector
All Implemented Interfaces:
StatisticsCollector

public class DelegatingStatisticsCollector extends Object implements StatisticsCollector
This statistics collector keeps dataloader statistics AND also calls the delegate collector at the same time. This allows you to keep a specific set of statistics and also delegate the calls onto another collector.