Uses of Interface
com.biglybt.core.download.DownloadManagerState
-
-
Uses of DownloadManagerState in com.biglybt.core.category
Methods in com.biglybt.core.category with parameters of type DownloadManagerState Modifier and Type Method Description void
Category. addManager(DownloadManagerState manager)
Add a DownloadManager to this category.void
Category. removeManager(DownloadManagerState manager)
Remove a DownloadManager object from this Category. -
Uses of DownloadManagerState in com.biglybt.core.category.impl
Methods in com.biglybt.core.category.impl with parameters of type DownloadManagerState Modifier and Type Method Description void
CategoryImpl. addManager(DownloadManagerState manager_state)
void
CategoryImpl. removeManager(DownloadManagerState manager_state)
-
Uses of DownloadManagerState in com.biglybt.core.disk
Methods in com.biglybt.core.disk with parameters of type DownloadManagerState Modifier and Type Method Description static boolean
DiskManagerFactory. isTorrentResumeDataComplete(DownloadManagerState dms)
static void
DiskManagerFactory. setResumeDataCompletelyValid(DownloadManagerState download_manager_state)
Method to preset resume data to indicate completely valid file.static void
DiskManagerFactory. setTorrentResumeDataNearlyComplete(DownloadManagerState dms)
Sets resume data complete apart from a few random pieces. -
Uses of DownloadManagerState in com.biglybt.core.disk.impl
Methods in com.biglybt.core.disk.impl that return DownloadManagerState Modifier and Type Method Description DownloadManagerState
DiskManagerHelper. getDownloadState()
DownloadManagerState
DiskManagerImpl. getDownloadState()
Methods in com.biglybt.core.disk.impl with parameters of type DownloadManagerState Modifier and Type Method Description private DiskManagerFileInfoImpl
DiskManagerImpl. createFileInfo(DownloadManagerState state, DMPieceMapperFile pm_info, int file_index, java.io.File root_dir, java.lang.String relative_file, int storage_type)
-
Uses of DownloadManagerState in com.biglybt.core.disk.impl.resume
Methods in com.biglybt.core.disk.impl.resume with parameters of type DownloadManagerState Modifier and Type Method Description protected static java.util.Map
RDResumeHandler. getResumeData(DownloadManagerState download_manager_state)
static boolean
RDResumeHandler. isTorrentResumeDataComplete(DownloadManagerState dms)
private static void
RDResumeHandler. saveResumeData(DownloadManagerState download_manager_state, java.util.Map resume_data)
static void
RDResumeHandler. setTorrentResumeDataComplete(DownloadManagerState download_manager_state)
static void
RDResumeHandler. setTorrentResumeDataNearlyComplete(DownloadManagerState download_manager_state)
static void
RDResumeHandler. setupPieces(DownloadManagerState dms, DiskManagerPiece[] pieces)
-
Uses of DownloadManagerState in com.biglybt.core.download
Methods in com.biglybt.core.download that return DownloadManagerState Modifier and Type Method Description DownloadManagerState
DownloadManager. getDownloadState()
static DownloadManagerState
DownloadManagerStateFactory. getDownloadState(TOTorrent torrent)
Methods in com.biglybt.core.download with parameters of type DownloadManagerState Modifier and Type Method Description static int[]
DownloadManagerStateFactory. getCachedAggregateScrapeSeedsLeechers(DownloadManagerState state)
static int[]
DownloadManagerStateFactory. getCachedAggregateScrapeSeedsLeechers(DownloadManagerState state, int max_age_mins)
-
Uses of DownloadManagerState in com.biglybt.core.download.impl
Classes in com.biglybt.core.download.impl that implement DownloadManagerState Modifier and Type Class Description class
DownloadManagerStateImpl
protected static class
DownloadManagerStateImpl.nullState
Fields in com.biglybt.core.download.impl declared as DownloadManagerState Modifier and Type Field Description (package private) DownloadManagerState
DownloadManagerImpl. download_manager_state
Methods in com.biglybt.core.download.impl that return DownloadManagerState Modifier and Type Method Description DownloadManagerState
DownloadManagerImpl. getDownloadState()
static DownloadManagerState
DownloadManagerStateImpl. getDownloadState(DownloadManager dm)
protected static DownloadManagerState
DownloadManagerStateImpl. getDownloadState(DownloadManagerImpl download_manager, java.lang.String torrent_file, byte[] torrent_hash, boolean inactive)
static DownloadManagerState
DownloadManagerStateImpl. getDownloadState(TOTorrent original_torrent)
Methods in com.biglybt.core.download.impl with parameters of type DownloadManagerState Modifier and Type Method Description protected static java.util.Map
DownloadManagerStateImpl.CachedStateWrapper. export(DownloadManagerState dms)
-
Uses of DownloadManagerState in com.biglybt.core.history.impl
Methods in com.biglybt.core.history.impl with parameters of type DownloadManagerState Modifier and Type Method Description (package private) boolean
DownloadHistoryManagerImpl.DownloadHistoryImpl. updateCompleteTime(DownloadManagerState dms)
-
Uses of DownloadManagerState in com.biglybt.core.lws
Classes in com.biglybt.core.lws that implement DownloadManagerState Modifier and Type Class Description class
LWSDiskManagerState
Fields in com.biglybt.core.lws declared as DownloadManagerState Modifier and Type Field Description private DownloadManagerState
LWSDiskManager. download_state
Methods in com.biglybt.core.lws that return DownloadManagerState Modifier and Type Method Description DownloadManagerState
LWSDiskManager. getDownloadState()
-
Uses of DownloadManagerState in com.biglybt.core.util
Methods in com.biglybt.core.util with parameters of type DownloadManagerState Modifier and Type Method Description static void
TorrentUtils. setResumeDataCompletelyValid(DownloadManagerState download_manager_state)
-