Uses of Class
org.dataloader.stats.Statistics
Packages that use Statistics
-
Uses of Statistics in org.dataloader
Methods in org.dataloader that return StatisticsModifier and TypeMethodDescriptionDataLoader.getStatistics()
Gets the statistics associated with this data loader.DataLoaderRegistry.getStatistics()
-
Uses of Statistics in org.dataloader.stats
Fields in org.dataloader.stats declared as StatisticsModifier and TypeFieldDescriptionprivate static final Statistics
NoOpStatisticsCollector.ZERO_STATS
Methods in org.dataloader.stats that return StatisticsModifier and TypeMethodDescriptionStatistics.combine
(Statistics other) This will combine this set of statistics with another set of statistics so that they become the combined count of eachDelegatingStatisticsCollector.getDelegateStatistics()
ThreadLocalStatisticsCollector.getOverallStatistics()
This returns the overall statistics, that is not per thread but for the life of this objectDelegatingStatisticsCollector.getStatistics()
NoOpStatisticsCollector.getStatistics()
SimpleStatisticsCollector.getStatistics()
StatisticsCollector.getStatistics()
ThreadLocalStatisticsCollector.getStatistics()
This returns the statistics for this thread.Methods in org.dataloader.stats with parameters of type StatisticsModifier and TypeMethodDescriptionStatistics.combine
(Statistics other) This will combine this set of statistics with another set of statistics so that they become the combined count of each