Uses of Interface
com.biglybt.pif.download.DownloadStats
Packages that use DownloadStats
Package
Description
-
Uses of DownloadStats in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return DownloadStats -
Uses of DownloadStats in com.biglybt.core.networkmanager.admin.impl
Methods in com.biglybt.core.networkmanager.admin.impl with parameters of type DownloadStatsModifier and TypeMethodDescription(package private) long
NetworkAdminSpeedTesterBTImpl.TorrentSpeedTestMonitorThread.checkForNewPeakValue
(DownloadStats stat, long lastTotalDownload, long currTime) We set a new "peak" value if it has exceeded the previous peak value by 10%.void
NetworkAdminSpeedTesterBTImpl.TorrentSpeedTestMonitorThread.updateTestProgress
(long currTime, DownloadStats stats) Calculate the test progression as a value between 0-100. -
Uses of DownloadStats in com.biglybt.pif.download
Methods in com.biglybt.pif.download that return DownloadStats -
Uses of DownloadStats in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that return DownloadStatsModifier and TypeMethodDescriptionShortCuts.getDownloadStats
(byte[] hash) A quick way of getting a download's statistics given its hash -
Uses of DownloadStats in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadStatsMethods in com.biglybt.pifimpl.local.download that return DownloadStats -
Uses of DownloadStats in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils that return DownloadStats -
Uses of DownloadStats in com.biglybt.pifimpl.remote.download
Classes in com.biglybt.pifimpl.remote.download that implement DownloadStatsFields in com.biglybt.pifimpl.remote.download declared as DownloadStatsMethods in com.biglybt.pifimpl.remote.download that return DownloadStatsMethods in com.biglybt.pifimpl.remote.download with parameters of type DownloadStatsModifier and TypeMethodDescriptionstatic RPDownloadStats
RPDownloadStats.create
(DownloadStats _delegate) Constructors in com.biglybt.pifimpl.remote.download with parameters of type DownloadStats -
Uses of DownloadStats in com.biglybt.pifimpl.remote.utils
Methods in com.biglybt.pifimpl.remote.utils that return DownloadStats