Package | Description |
---|---|
org.dataloader | |
org.dataloader.stats |
Modifier and Type | Method and Description |
---|---|
StatisticsCollector |
DataLoaderOptions.getStatisticsCollector() |
Modifier and Type | Method and Description |
---|---|
DataLoaderOptions |
DataLoaderOptions.setStatisticsCollector(Supplier<StatisticsCollector> statisticsCollector)
Sets the statistics collector supplier that will be used with these data loader options.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingStatisticsCollector
This statistics collector keeps dataloader statistics AND also calls the delegate
collector at the same time.
|
class |
NoOpStatisticsCollector
A statistics collector that does nothing
|
class |
SimpleStatisticsCollector
This simple collector uses
AtomicLong s to collect
statistics |
class |
ThreadLocalStatisticsCollector
This can collect statistics per thread as well as in an overall sense.
|
Constructor and Description |
---|
DelegatingStatisticsCollector(StatisticsCollector delegateCollector) |
Copyright © 2017–2021. All rights reserved.