Uses of Interface
com.biglybt.core.disk.DiskManager
-
-
Uses of DiskManager in com.biglybt.core.disk
Methods in com.biglybt.core.disk that return DiskManager Modifier and Type Method Description static DiskManager
DiskManagerFactory. create(TOTorrent torrent, DownloadManager manager)
DiskManager
DiskManagerFileInfo. getDiskManager()
DiskManager
DiskManagerPiece. getManager()
-
Uses of DiskManager in com.biglybt.core.disk.impl
Subinterfaces of DiskManager in com.biglybt.core.disk.impl Modifier and Type Interface Description interface
DiskManagerHelper
Classes in com.biglybt.core.disk.impl that implement DiskManager Modifier and Type Class Description class
DiskManagerImpl
The disk Wrapper.Methods in com.biglybt.core.disk.impl that return DiskManager Modifier and Type Method Description DiskManager
DiskManagerFileInfoImpl. getDiskManager()
DiskManager
DiskManagerPieceImpl. getManager()
Methods in com.biglybt.core.disk.impl with parameters of type DiskManager Modifier and Type Method Description static boolean
DiskManagerUtil. checkBlockConsistencyForHint(DiskManager dm, java.lang.String originator, int pieceNumber, int offset, int length)
static boolean
DiskManagerUtil. checkBlockConsistencyForRead(DiskManager dm, java.lang.String originator, boolean peer_request, int pieceNumber, int offset, int length)
-
Uses of DiskManager in com.biglybt.core.download
Methods in com.biglybt.core.download that return DiskManager Modifier and Type Method Description DiskManager
DownloadManager. getDiskManager()
Methods in com.biglybt.core.download with parameters of type DiskManager Modifier and Type Method Description void
DownloadManagerDiskListener. diskManagerAdded(DiskManager dm)
void
DownloadManagerDiskListener. diskManagerRemoved(DiskManager dm)
-
Uses of DiskManager in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as DiskManager Modifier and Type Field Description private DiskManager
DownloadManagerController. disk_manager_use_accessors
Methods in com.biglybt.core.download.impl that return DiskManager Modifier and Type Method Description DiskManager
DownloadManagerController.fileInfoFacade. getDiskManager()
protected DiskManager
DownloadManagerController. getDiskManager()
DiskManager
DownloadManagerImpl. getDiskManager()
private DiskManager
DownloadManagerStatsImpl. getDiskManagerIfNotTransient()
Methods in com.biglybt.core.download.impl with parameters of type DiskManager Modifier and Type Method Description protected void
DownloadManagerController. setDiskManager(DiskManager new_disk_manager, DiskManagerListener new_disk_manager_listener)
private void
DownloadManagerController. setFailed(DiskManager dm)
-
Uses of DiskManager in com.biglybt.core.global.impl
Methods in com.biglybt.core.global.impl that return DiskManager Modifier and Type Method Description (package private) DiskManager
GlobalManagerFileMerger.SameSizeFiles.SameSizeFileWrapper. getDiskManager()
-
Uses of DiskManager in com.biglybt.core.lws
Classes in com.biglybt.core.lws that implement DiskManager Modifier and Type Class Description class
LWSDiskManager
Methods in com.biglybt.core.lws that return DiskManager Modifier and Type Method Description DiskManager
LWSDiskManager.sePiece. getManager()
-
Uses of DiskManager in com.biglybt.core.peer
Methods in com.biglybt.core.peer that return DiskManager Modifier and Type Method Description DiskManager
PEPeerManager. getDiskManager()
Methods in com.biglybt.core.peer with parameters of type DiskManager Modifier and Type Method Description static PEPeerManager
PEPeerManagerFactory. create(byte[] peer_id, PEPeerManagerAdapter adapter, DiskManager diskManager)
static PEPeerManager
PEPeerManagerFactory. create(byte[] peer_id, PEPeerManagerAdapter adapter, DiskManager diskManager, int id)
-
Uses of DiskManager in com.biglybt.core.peer.impl
Methods in com.biglybt.core.peer.impl with parameters of type DiskManager Modifier and Type Method Description static PEPeerControl
PEPeerControlFactory. create(byte[] peer_id, PEPeerManagerAdapter adapter, DiskManager diskManager, int id)
-
Uses of DiskManager in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control declared as DiskManager Modifier and Type Field Description private DiskManager
PEPeerControlHashHandlerImpl. disk_manager
private DiskManager
PEPeerControlImpl. disk_mgr
Methods in com.biglybt.core.peer.impl.control that return DiskManager Modifier and Type Method Description DiskManager
PEPeerControlImpl. getDiskManager()
Constructors in com.biglybt.core.peer.impl.control with parameters of type DiskManager Constructor Description PEPeerControlHashHandlerImpl(PEPeerControlImpl _peer_manager, TOTorrent _torrent, DiskManager _disk_manager)
PEPeerControlImpl(byte[] _peer_id, PEPeerManagerAdapter _adapter, DiskManager _diskManager, int _partition_id)
-
Uses of DiskManager in com.biglybt.core.peer.impl.transport
Fields in com.biglybt.core.peer.impl.transport declared as DiskManager Modifier and Type Field Description protected DiskManager
PEPeerTransportProtocol. diskManager
-
Uses of DiskManager in com.biglybt.core.peermanager
Methods in com.biglybt.core.peermanager that return DiskManager Modifier and Type Method Description DiskManager
PeerManager.PeerManagerRegistrationImpl.ProbeControl. getDiskManager()
-
Uses of DiskManager in com.biglybt.core.peermanager.piecepicker.impl
Fields in com.biglybt.core.peermanager.piecepicker.impl declared as DiskManager Modifier and Type Field Description private DiskManager
PiecePickerImpl. diskManager
-
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. unwrap(DiskManager dm)
Methods in com.biglybt.pifimpl.local with parameters of type DiskManager Modifier and Type Method Description static DiskManager
PluginCoreUtils. wrap(DiskManager dm)
-
Uses of DiskManager in com.biglybt.pifimpl.local.disk
Fields in com.biglybt.pifimpl.local.disk declared as DiskManager Modifier and Type Field Description private DiskManager
DiskManagerImpl. disk_manager
Methods in com.biglybt.pifimpl.local.disk that return DiskManager Modifier and Type Method Description DiskManager
DiskManagerImpl. getDiskmanager()
Constructors in com.biglybt.pifimpl.local.disk with parameters of type DiskManager Constructor Description DiskManagerImpl(DiskManager _disk_manager)
-
Uses of DiskManager in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download with parameters of type DiskManager Modifier and Type Method Description Download
DownloadManagerImpl. getDownload(DiskManager dm)
static Download
DownloadManagerImpl. getDownloadStatic(DiskManager dm)
-
Uses of DiskManager in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views that return DiskManager Modifier and Type Method Description DiskManager
FilesView.FilesViewNodeInner. getDiskManager()
DiskManager
FilesView.FilesViewNodeLeaf. getDiskManager()
-