Interface | Description |
---|---|
StatisticsCollector |
This allows statistics to be collected for
DataLoader operations |
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 nothing
|
SimpleStatisticsCollector |
This simple collector uses
AtomicLong s to collect
statistics |
Statistics |
This holds statistics on how a
DataLoader has performed |
ThreadLocalStatisticsCollector |
This can collect statistics per thread as well as in an overall sense.
|