Uses of Interface
com.biglybt.pif.disk.DiskManager
-
-
Uses of DiskManager in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return DiskManager Modifier and Type Method Description DiskManager
LWSDownload. getDiskManager()
-
Uses of DiskManager in com.biglybt.pif.download
Methods in com.biglybt.pif.download that return DiskManager Modifier and Type Method Description DiskManager
Download. getDiskManager()
Return the disk manager, null if its not running -
Uses of DiskManager in com.biglybt.pif.peers
Methods in com.biglybt.pif.peers that return DiskManager Modifier and Type Method Description DiskManager
PeerManager. getDiskManager()
-
Uses of DiskManager in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return DiskManager Modifier and Type Method Description static DiskManager
PluginCoreUtils. wrap(DiskManager dm)
Methods in com.biglybt.pifimpl.local with parameters of type DiskManager Modifier and Type Method Description static DiskManager
PluginCoreUtils. unwrap(DiskManager dm)
-
Uses of DiskManager in com.biglybt.pifimpl.local.disk
Classes in com.biglybt.pifimpl.local.disk that implement DiskManager Modifier and Type Class Description class
DiskManagerImpl
-
Uses of DiskManager in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download that return DiskManager Modifier and Type Method Description DiskManager
DownloadImpl. getDiskManager()
-
Uses of DiskManager in com.biglybt.pifimpl.local.peers
Methods in com.biglybt.pifimpl.local.peers that return DiskManager Modifier and Type Method Description DiskManager
PeerManagerImpl. getDiskManager()
-
Uses of DiskManager in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download that return DiskManager Modifier and Type Method Description DiskManager
RPDownload. getDiskManager()
-