Uses of Interface
com.biglybt.pif.download.DownloadStats
-
-
Uses of DownloadStats in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return DownloadStats Modifier and Type Method Description DownloadStats
LWSDownload. getStats()
-
Uses of DownloadStats in com.biglybt.core.networkmanager.admin.impl
Methods in com.biglybt.core.networkmanager.admin.impl with parameters of type DownloadStats Modifier and Type Method Description (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 Modifier and Type Method Description DownloadStats
Download. getStats()
Gives access to the download's statistics -
Uses of DownloadStats in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that return DownloadStats Modifier and Type Method Description DownloadStats
ShortCuts. 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 DownloadStats Modifier and Type Class Description class
DownloadStatsImpl
Methods in com.biglybt.pifimpl.local.download that return DownloadStats Modifier and Type Method Description DownloadStats
DownloadImpl. getStats()
-
Uses of DownloadStats in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils that return DownloadStats Modifier and Type Method Description DownloadStats
ShortCutsImpl. getDownloadStats(byte[] hash)
-
Uses of DownloadStats in com.biglybt.pifimpl.remote.download
Classes in com.biglybt.pifimpl.remote.download that implement DownloadStats Modifier and Type Class Description class
RPDownloadStats
Fields in com.biglybt.pifimpl.remote.download declared as DownloadStats Modifier and Type Field Description protected DownloadStats
RPDownloadStats. delegate
Methods in com.biglybt.pifimpl.remote.download that return DownloadStats Modifier and Type Method Description DownloadStats
RPDownload. getStats()
Methods in com.biglybt.pifimpl.remote.download with parameters of type DownloadStats Modifier and Type Method Description static RPDownloadStats
RPDownloadStats. create(DownloadStats _delegate)
Constructors in com.biglybt.pifimpl.remote.download with parameters of type DownloadStats Constructor Description RPDownloadStats(DownloadStats _delegate)
-
Uses of DownloadStats in com.biglybt.pifimpl.remote.utils
Methods in com.biglybt.pifimpl.remote.utils that return DownloadStats Modifier and Type Method Description DownloadStats
RPShortCuts. getDownloadStats(byte[] hash)
-