Class DelegatingStatisticsCollector

  • All Implemented Interfaces:
    StatisticsCollector

    public class DelegatingStatisticsCollector
    extends java.lang.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.