Class DownloadStats
-
- All Implemented Interfaces:
public final class DownloadStatsData aggregated from the parallel download stage for logging and diagnostics.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegertotalCountprivate final IntegersuccessCountprivate final IntegerfailedCountprivate final IntegercachedCountprivate final List<DownloadResult>results
-
Constructor Summary
Constructors Constructor Description DownloadStats(Integer totalCount, Integer successCount, Integer failedCount, Integer cachedCount, List<DownloadResult> results)
-
Method Summary
Modifier and Type Method Description final IntegergetTotalCount()final IntegergetSuccessCount()final IntegergetFailedCount()final IntegergetCachedCount()final List<DownloadResult>getResults()-
-
Method Detail
-
getTotalCount
final Integer getTotalCount()
-
getSuccessCount
final Integer getSuccessCount()
-
getFailedCount
final Integer getFailedCount()
-
getCachedCount
final Integer getCachedCount()
-
getResults
final List<DownloadResult> getResults()
-
-
-
-