Uses of Interface
com.biglybt.core.download.DownloadManagerState
Packages that use DownloadManagerState
Package
Description
-
Uses of DownloadManagerState in com.biglybt.core.category
Methods in com.biglybt.core.category with parameters of type DownloadManagerStateModifier and TypeMethodDescriptionvoid
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 DownloadManagerStateModifier and TypeMethodDescriptionvoid
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 DownloadManagerStateModifier and TypeMethodDescriptionstatic boolean
DiskManagerFactory.isTorrentResumeDataComplete
(DownloadManagerState dms) static boolean
DiskManagerFactory.isTorrentResumeDataValid
(DownloadManagerState dms) static void
DiskManagerFactory.setResumeDataCompletelyValid
(DownloadManagerState download_manager_state) Method to preset resume data to indicate completely valid file.static void
DiskManagerFactory.setResumeDataTotallyIncomplete
(DownloadManagerState download_manager_state) 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 DownloadManagerStateModifier and TypeMethodDescriptionDiskManagerHelper.getDownloadState()
DiskManagerImpl.getDownloadState()
Methods in com.biglybt.core.disk.impl with parameters of type DownloadManagerStateModifier and TypeMethodDescriptionprivate DiskManagerFileInfoImpl
DiskManagerImpl.createFileInfo
(DownloadManagerState state, DMPieceMapperFile pm_info, int file_index, File root_dir, StringInterner.FileKey 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 DownloadManagerStateModifier and TypeMethodDescriptionprotected static Map
RDResumeHandler.getResumeData
(DownloadManagerState download_manager_state) static boolean
RDResumeHandler.isTorrentResumeDataComplete
(DownloadManagerState dms) static boolean
RDResumeHandler.isTorrentResumeDataValid
(DownloadManagerState dms) private static void
RDResumeHandler.saveResumeData
(DownloadManagerState download_manager_state, Map resume_data) static void
RDResumeHandler.setTorrentResumeDataComplete
(DownloadManagerState download_manager_state) static void
RDResumeHandler.setTorrentResumeDataNearlyComplete
(DownloadManagerState download_manager_state) static void
RDResumeHandler.setTorrentResumeTotallyIncomplete
(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 DownloadManagerStateModifier and TypeMethodDescriptionDownloadManager.getDownloadState()
static DownloadManagerState
DownloadManagerStateFactory.getDownloadState
(TOTorrent torrent) Methods in com.biglybt.core.download with parameters of type DownloadManagerStateModifier and TypeMethodDescriptionstatic 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 DownloadManagerStateModifier and TypeClassDescriptionclass
protected static class
Fields in com.biglybt.core.download.impl declared as DownloadManagerStateModifier and TypeFieldDescription(package private) DownloadManagerState
DownloadManagerController.download_manager_state
(package private) DownloadManagerState
DownloadManagerImpl.download_manager_state
Methods in com.biglybt.core.download.impl that return DownloadManagerStateModifier and TypeMethodDescriptionDownloadManagerImpl.getDownloadState()
static DownloadManagerState
DownloadManagerStateImpl.getDownloadState
(DownloadManager dm) protected static DownloadManagerState
DownloadManagerStateImpl.getDownloadState
(DownloadManagerImpl download_manager, 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 DownloadManagerStateModifier and TypeMethodDescriptionprotected static Map
DownloadManagerStateImpl.CachedStateWrapper.export
(DownloadManagerState dms) protected void
DownloadManagerController.setDownloadManagerState
(DownloadManagerState dms) -
Uses of DownloadManagerState in com.biglybt.core.history.impl
Methods in com.biglybt.core.history.impl with parameters of type DownloadManagerStateModifier and TypeMethodDescription(package private) boolean
DownloadHistoryManagerImpl.DownloadHistoryImpl.updateCompleteTime
(DownloadManagerState dms) -
Uses of DownloadManagerState in com.biglybt.core.lws
Classes in com.biglybt.core.lws that implement DownloadManagerStateFields in com.biglybt.core.lws declared as DownloadManagerStateModifier and TypeFieldDescriptionprivate final DownloadManagerState
LWSDiskManager.download_state
Methods in com.biglybt.core.lws that return DownloadManagerState -
Uses of DownloadManagerState in com.biglybt.core.util
Methods in com.biglybt.core.util with parameters of type DownloadManagerStateModifier and TypeMethodDescriptionstatic void
TorrentUtils.setResumeDataCompletelyValid
(DownloadManagerState download_manager_state) static void
TorrentUtils.setResumeDataTotallyIncomplete
(DownloadManagerState download_manager_state)