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 TypeMethodDescriptionvoidCategory.addManager(DownloadManagerState manager) Add a DownloadManager to this category.voidCategory.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 TypeMethodDescriptionvoidCategoryImpl.addManager(DownloadManagerState manager_state) voidCategoryImpl.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 booleanDiskManagerFactory.isTorrentResumeDataComplete(DownloadManagerState dms) static booleanDiskManagerFactory.isTorrentResumeDataValid(DownloadManagerState dms) static voidDiskManagerFactory.setResumeDataCompletelyValid(DownloadManagerState download_manager_state) Method to preset resume data to indicate completely valid file.static voidDiskManagerFactory.setResumeDataTotallyIncomplete(DownloadManagerState download_manager_state) static voidDiskManagerFactory.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 DiskManagerFileInfoImplDiskManagerImpl.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 MapRDResumeHandler.getResumeData(DownloadManagerState download_manager_state) static booleanRDResumeHandler.isTorrentResumeDataComplete(DownloadManagerState dms) static booleanRDResumeHandler.isTorrentResumeDataValid(DownloadManagerState dms) private static voidRDResumeHandler.saveResumeData(DownloadManagerState download_manager_state, Map resume_data) static voidRDResumeHandler.setTorrentResumeDataComplete(DownloadManagerState download_manager_state) static voidRDResumeHandler.setTorrentResumeDataNearlyComplete(DownloadManagerState download_manager_state) static voidRDResumeHandler.setTorrentResumeTotallyIncomplete(DownloadManagerState download_manager_state) static voidRDResumeHandler.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 DownloadManagerStateDownloadManagerStateFactory.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 TypeClassDescriptionclassprotected static classFields in com.biglybt.core.download.impl declared as DownloadManagerStateModifier and TypeFieldDescription(package private) DownloadManagerStateDownloadManagerController.download_manager_state(package private) DownloadManagerStateDownloadManagerImpl.download_manager_stateMethods in com.biglybt.core.download.impl that return DownloadManagerStateModifier and TypeMethodDescriptionDownloadManagerImpl.getDownloadState()static DownloadManagerStateDownloadManagerStateImpl.getDownloadState(DownloadManager dm) protected static DownloadManagerStateDownloadManagerStateImpl.getDownloadState(DownloadManagerImpl download_manager, String torrent_file, byte[] torrent_hash, boolean inactive) static DownloadManagerStateDownloadManagerStateImpl.getDownloadState(TOTorrent original_torrent) Methods in com.biglybt.core.download.impl with parameters of type DownloadManagerStateModifier and TypeMethodDescriptionprotected static MapDownloadManagerStateImpl.CachedStateWrapper.export(DownloadManagerState dms) protected voidDownloadManagerController.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) booleanDownloadHistoryManagerImpl.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 DownloadManagerStateLWSDiskManager.download_stateMethods 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 voidTorrentUtils.setResumeDataCompletelyValid(DownloadManagerState download_manager_state) static voidTorrentUtils.setResumeDataTotallyIncomplete(DownloadManagerState download_manager_state) -
Uses of DownloadManagerState in com.biglybt.plugin.magnet
Methods in com.biglybt.plugin.magnet with parameters of type DownloadManagerStateModifier and TypeMethodDescription(package private) voidMagnetPluginMDDownloader.setNetworkEnabled(DownloadManagerState state, String network, boolean enabled)