Uses of Interface
com.biglybt.core.disk.DiskManager
Packages that use DiskManager
Package
Description
-
Uses of DiskManager in com.biglybt.core.disk
Methods in com.biglybt.core.disk that return DiskManagerModifier and TypeMethodDescriptionstatic DiskManager
DiskManagerFactory.create
(TOTorrent torrent, DownloadManager manager) DiskManagerFileInfo.getDiskManager()
DiskManagerPiece.getManager()
Methods in com.biglybt.core.disk with parameters of type DiskManagerModifier and TypeMethodDescriptiondefault void
DiskManagerListener.fileCompleted
(DiskManager dm, DiskManagerFileInfo file) default void
DiskManagerListener.filePriorityChanged
(DiskManager dm, DiskManagerFileInfo file) void
DiskManagerListener.filePriorityChanged
(DiskManager dm, List<DiskManagerFileInfo> files) void
DiskManagerListener.pieceDoneChanged
(DiskManager dm, DiskManagerPiece piece) void
DiskManagerListener.stateChanged
(DiskManager dm, int oldState, int newState) -
Uses of DiskManager in com.biglybt.core.disk.impl
Subinterfaces of DiskManager in com.biglybt.core.disk.implClasses in com.biglybt.core.disk.impl that implement DiskManagerMethods in com.biglybt.core.disk.impl that return DiskManagerModifier and TypeMethodDescriptionDiskManagerFileInfoImpl.getDiskManager()
DiskManagerPieceImpl.getManager()
Methods in com.biglybt.core.disk.impl with parameters of type DiskManagerModifier and TypeMethodDescriptionstatic boolean
DiskManagerUtil.checkBlockConsistencyForHint
(DiskManager dm, String originator, int pieceNumber, int offset, int length) static boolean
DiskManagerUtil.checkBlockConsistencyForRead
(DiskManager dm, 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 DiskManagerMethods in com.biglybt.core.download with parameters of type DiskManagerModifier and TypeMethodDescriptionvoid
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 DiskManagerModifier and TypeFieldDescriptionprivate DiskManager
DownloadManagerController.disk_manager_use_accessors
Methods in com.biglybt.core.download.impl that return DiskManagerModifier and TypeMethodDescriptionDownloadManagerController.fileInfoFacade.getDiskManager()
protected DiskManager
DownloadManagerController.getDiskManager()
DownloadManagerImpl.getDiskManager()
private DiskManager
DownloadManagerStatsImpl.getDiskManagerIfNotTransient()
Methods in com.biglybt.core.download.impl with parameters of type DiskManagerModifier and TypeMethodDescriptionvoid
DownloadManagerController.DiskManagerListener_Default.fileCompleted
(DiskManager dm, DiskManagerFileInfo file) void
DownloadManagerController.ForceRecheckDiskManagerListener.fileCompleted
(DiskManager dm, DiskManagerFileInfo file) void
DownloadManagerController.DiskManagerListener_Default.filePriorityChanged
(DiskManager dm, List<DiskManagerFileInfo> files) void
DownloadManagerController.ForceRecheckDiskManagerListener.filePriorityChanged
(DiskManager dm, List<DiskManagerFileInfo> files) void
DownloadManagerController.DiskManagerListener_Default.pieceDoneChanged
(DiskManager dm, DiskManagerPiece piece) void
DownloadManagerController.ForceRecheckDiskManagerListener.pieceDoneChanged
(DiskManager dm, DiskManagerPiece piece) protected void
DownloadManagerController.setDiskManager
(DiskManager new_disk_manager, DiskManagerListener new_disk_manager_listener) private void
DownloadManagerController.setFailed
(DiskManager dm) void
DownloadManagerController.DiskManagerListener_Default.stateChanged
(DiskManager dm, int oldDMState, int newDMState) void
DownloadManagerController.ForceRecheckDiskManagerListener.stateChanged
(DiskManager dm, int oldDMState, int newDMState) -
Uses of DiskManager in com.biglybt.core.global.impl
Methods in com.biglybt.core.global.impl that return DiskManagerModifier and TypeMethodDescription(package private) DiskManager
GlobalManagerFileMerger.SameSizeFiles.SameSizeFileWrapper.getDiskManager()
-
Uses of DiskManager in com.biglybt.core.lws
Classes in com.biglybt.core.lws that implement DiskManagerMethods in com.biglybt.core.lws that return DiskManager -
Uses of DiskManager in com.biglybt.core.peer
Methods in com.biglybt.core.peer that return DiskManagerMethods in com.biglybt.core.peer with parameters of type DiskManagerModifier and TypeMethodDescriptionstatic 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 DiskManagerModifier and TypeMethodDescriptionstatic 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 DiskManagerModifier and TypeFieldDescriptionprivate final DiskManager
PEPeerControlHashHandlerImpl.disk_manager
private final DiskManager
PEPeerControlImpl.disk_mgr
Methods in com.biglybt.core.peer.impl.control that return DiskManagerConstructors in com.biglybt.core.peer.impl.control with parameters of type DiskManagerModifierConstructorDescriptionPEPeerControlHashHandlerImpl
(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 -
Uses of DiskManager in com.biglybt.core.peermanager
Methods in com.biglybt.core.peermanager that return DiskManagerModifier and TypeMethodDescriptionPeerManager.PeerManagerRegistrationImpl.ProbeControl.getDiskManager()
-
Uses of DiskManager in com.biglybt.core.peermanager.piecepicker.impl
Fields in com.biglybt.core.peermanager.piecepicker.impl declared as DiskManagerMethods in com.biglybt.core.peermanager.piecepicker.impl with parameters of type DiskManagerModifier and TypeMethodDescriptionfinal void
PiecePickerImpl.DiskManagerListenerImpl.filePriorityChanged
(DiskManager dm, List<DiskManagerFileInfo> files) final void
PiecePickerImpl.DiskManagerListenerImpl.pieceDoneChanged
(DiskManager dm, DiskManagerPiece dmPiece) final void
PiecePickerImpl.DiskManagerListenerImpl.stateChanged
(DiskManager dm, int oldState, int newState) -
Uses of DiskManager in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return DiskManagerMethods in com.biglybt.pifimpl.local with parameters of type DiskManager -
Uses of DiskManager in com.biglybt.pifimpl.local.disk
Fields in com.biglybt.pifimpl.local.disk declared as DiskManagerMethods in com.biglybt.pifimpl.local.disk that return DiskManagerConstructors in com.biglybt.pifimpl.local.disk with parameters of type DiskManager -
Uses of DiskManager in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download with parameters of type DiskManagerModifier and TypeMethodDescriptionDownloadManagerImpl.getDownload
(DiskManager dm) static Download
DownloadManagerImpl.getDownloadStatic
(DiskManager dm) -
Uses of DiskManager in com.biglybt.pifimpl.local.peers
Methods in com.biglybt.pifimpl.local.peers with parameters of type DiskManagerModifier and TypeMethodDescriptionvoid
PeerManagerImpl.CoreListener.filePriorityChanged
(DiskManager dm, List<DiskManagerFileInfo> files) void
PeerManagerImpl.CoreListener.pieceDoneChanged
(DiskManager dm, DiskManagerPiece piece) void
PeerManagerImpl.CoreListener.stateChanged
(DiskManager dm, int oldState, int newState) -
Uses of DiskManager in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views that return DiskManagerModifier and TypeMethodDescriptionFilesView.FilesViewNodeInner.getDiskManager()
FilesView.FilesViewNodeLeaf.getDiskManager()
-
Uses of DiskManager in com.biglybt.ui.swt.views.tableitems.peers
Methods in com.biglybt.ui.swt.views.tableitems.peers with parameters of type DiskManagerModifier and TypeMethodDescriptionvoid
PiecesItem.filePriorityChanged
(DiskManager dm, List<DiskManagerFileInfo> files) void
PiecesItem.pieceDoneChanged
(DiskManager diskmanager, DiskManagerPiece piece) void
PiecesItem.stateChanged
(DiskManager dm, int oldState, int newState)