Uses of Class
org.dataloader.stats.Statistics
-
Packages that use Statistics Package Description org.dataloader org.dataloader.stats -
-
Uses of Statistics in org.dataloader
Methods in org.dataloader that return Statistics Modifier and Type Method Description Statistics
DataLoader. getStatistics()
Gets the statistics associated with this data loader.Statistics
DataLoaderRegistry. getStatistics()
-
Uses of Statistics in org.dataloader.stats
Fields in org.dataloader.stats declared as Statistics Modifier and Type Field Description private static Statistics
NoOpStatisticsCollector. ZERO_STATS
Methods in org.dataloader.stats that return Statistics Modifier and Type Method 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 eachStatistics
DelegatingStatisticsCollector. getDelegateStatistics()
Statistics
ThreadLocalStatisticsCollector. getOverallStatistics()
This returns the overall statistics, that is not per thread but for the life of this objectStatistics
DelegatingStatisticsCollector. getStatistics()
Statistics
NoOpStatisticsCollector. getStatistics()
Statistics
SimpleStatisticsCollector. getStatistics()
Statistics
StatisticsCollector. getStatistics()
Statistics
ThreadLocalStatisticsCollector. getStatistics()
This returns the statistics for this thread.Methods in org.dataloader.stats with parameters of type Statistics Modifier and Type Method 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
-