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 DiskManagerDiskManagerFactory.create(TOTorrent torrent, DownloadManager manager) DiskManagerFileInfo.getDiskManager()DiskManagerPiece.getManager()Methods in com.biglybt.core.disk with parameters of type DiskManagerModifier and TypeMethodDescriptiondefault voidDiskManagerListener.fileCompleted(DiskManager dm, DiskManagerFileInfo file) default voidDiskManagerListener.filePriorityChanged(DiskManager dm, DiskManagerFileInfo file) voidDiskManagerListener.filePriorityChanged(DiskManager dm, List<DiskManagerFileInfo> files) voidDiskManagerListener.pieceDoneChanged(DiskManager dm, DiskManagerPiece piece) voidDiskManagerListener.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 booleanDiskManagerUtil.checkBlockConsistencyForHint(DiskManager dm, String originator, int pieceNumber, int offset, int length) static booleanDiskManagerUtil.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 TypeMethodDescriptionvoidDownloadManagerDiskListener.diskManagerAdded(DiskManager dm) voidDownloadManagerDiskListener.diskManagerRemoved(DiskManager dm) -
Uses of DiskManager in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as DiskManagerModifier and TypeFieldDescriptionprivate DiskManagerDownloadManagerController.disk_manager_use_accessorsMethods in com.biglybt.core.download.impl that return DiskManagerModifier and TypeMethodDescriptionDownloadManagerController.fileInfoFacade.getDiskManager()protected DiskManagerDownloadManagerController.getDiskManager()DownloadManagerImpl.getDiskManager()private DiskManagerDownloadManagerStatsImpl.getDiskManagerIfNotTransient()Methods in com.biglybt.core.download.impl with parameters of type DiskManagerModifier and TypeMethodDescriptionvoidDownloadManagerController.DiskManagerListener_Default.fileCompleted(DiskManager dm, DiskManagerFileInfo file) voidDownloadManagerController.ForceRecheckDiskManagerListener.fileCompleted(DiskManager dm, DiskManagerFileInfo file) voidDownloadManagerController.DiskManagerListener_Default.filePriorityChanged(DiskManager dm, List<DiskManagerFileInfo> files) voidDownloadManagerController.ForceRecheckDiskManagerListener.filePriorityChanged(DiskManager dm, List<DiskManagerFileInfo> files) voidDownloadManagerController.DiskManagerListener_Default.pieceDoneChanged(DiskManager dm, DiskManagerPiece piece) voidDownloadManagerController.ForceRecheckDiskManagerListener.pieceDoneChanged(DiskManager dm, DiskManagerPiece piece) protected voidDownloadManagerController.setDiskManager(DiskManager new_disk_manager, DiskManagerListener new_disk_manager_listener) private voidDownloadManagerController.setFailed(DiskManager dm) voidDownloadManagerController.DiskManagerListener_Default.stateChanged(DiskManager dm, int oldDMState, int newDMState) voidDownloadManagerController.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) DiskManagerGlobalManagerFileMerger.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 PEPeerManagerPEPeerManagerFactory.create(byte[] peer_id, PEPeerManagerAdapter adapter, DiskManager diskManager) static PEPeerManagerPEPeerManagerFactory.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 PEPeerControlPEPeerControlFactory.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 DiskManagerPEPeerControlHashHandlerImpl.disk_managerprivate final DiskManagerPEPeerControlImpl.disk_mgrMethods 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 voidPiecePickerImpl.DiskManagerListenerImpl.filePriorityChanged(DiskManager dm, List<DiskManagerFileInfo> files) final voidPiecePickerImpl.DiskManagerListenerImpl.pieceDoneChanged(DiskManager dm, DiskManagerPiece dmPiece) final voidPiecePickerImpl.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 DownloadDownloadManagerImpl.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 TypeMethodDescriptionvoidPeerManagerImpl.CoreListener.filePriorityChanged(DiskManager dm, List<DiskManagerFileInfo> files) voidPeerManagerImpl.CoreListener.pieceDoneChanged(DiskManager dm, DiskManagerPiece piece) voidPeerManagerImpl.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 TypeMethodDescriptionvoidPiecesItem.filePriorityChanged(DiskManager dm, List<DiskManagerFileInfo> files) voidPiecesItem.pieceDoneChanged(DiskManager diskmanager, DiskManagerPiece piece) voidPiecesItem.stateChanged(DiskManager dm, int oldState, int newState)