Package | Description |
---|---|
org.dataloader | |
org.dataloader.stats |
Modifier and Type | Method and Description |
---|---|
Statistics |
DataLoaderRegistry.getStatistics() |
Statistics |
DataLoader.getStatistics()
Gets the statistics associated with this data loader.
|
Modifier and Type | Method and Description |
---|---|
Statistics |
Statistics.combine(Statistics other)
This will combine this set of statistics with another set of statistics so that they become the combined count of each
|
Statistics |
DelegatingStatisticsCollector.getDelegateStatistics() |
Statistics |
ThreadLocalStatisticsCollector.getOverallStatistics()
This returns the overall statistics, that is not per thread but for the life of this object
|
Statistics |
ThreadLocalStatisticsCollector.getStatistics()
This returns the statistics for this thread.
|
Statistics |
StatisticsCollector.getStatistics() |
Statistics |
SimpleStatisticsCollector.getStatistics() |
Statistics |
NoOpStatisticsCollector.getStatistics() |
Statistics |
DelegatingStatisticsCollector.getStatistics() |
Modifier and Type | Method and Description |
---|---|
Statistics |
Statistics.combine(Statistics other)
This will combine this set of statistics with another set of statistics so that they become the combined count of each
|
Copyright © 2017–2020. All rights reserved.