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 StatisticsDataLoader. getStatistics()Gets the statistics associated with this data loader.StatisticsDataLoaderRegistry. getStatistics() -
Uses of Statistics in org.dataloader.stats
Fields in org.dataloader.stats declared as Statistics Modifier and Type Field Description private static StatisticsNoOpStatisticsCollector. ZERO_STATSMethods in org.dataloader.stats that return Statistics Modifier and Type Method Description StatisticsStatistics. combine(Statistics other)This will combine this set of statistics with another set of statistics so that they become the combined count of eachStatisticsDelegatingStatisticsCollector. getDelegateStatistics()StatisticsThreadLocalStatisticsCollector. getOverallStatistics()This returns the overall statistics, that is not per thread but for the life of this objectStatisticsDelegatingStatisticsCollector. getStatistics()StatisticsNoOpStatisticsCollector. getStatistics()StatisticsSimpleStatisticsCollector. getStatistics()StatisticsStatisticsCollector. getStatistics()StatisticsThreadLocalStatisticsCollector. getStatistics()This returns the statistics for this thread.Methods in org.dataloader.stats with parameters of type Statistics Modifier and Type Method Description StatisticsStatistics. combine(Statistics other)This will combine this set of statistics with another set of statistics so that they become the combined count of each
-