Uses of Interface
com.biglybt.core.disk.DiskManagerPiece
-
-
Uses of DiskManagerPiece in com.biglybt.core.disk
Methods in com.biglybt.core.disk that return DiskManagerPiece Modifier and Type Method Description DiskManagerPiece
DiskManager. getPiece(int PieceNumber)
DiskManagerPiece[]
DiskManager. getPieces()
Methods in com.biglybt.core.disk with parameters of type DiskManagerPiece Modifier and Type Method Description void
DiskManagerListener. pieceDoneChanged(DiskManagerPiece piece)
-
Uses of DiskManagerPiece in com.biglybt.core.disk.impl
Classes in com.biglybt.core.disk.impl that implement DiskManagerPiece Modifier and Type Class Description class
DiskManagerPieceImpl
Methods in com.biglybt.core.disk.impl that return DiskManagerPiece Modifier and Type Method Description static DiskManagerPiece[]
DiskManagerUtil. getDiskManagerPiecesSnapshot(DownloadManager dm)
DiskManagerPiece
DiskManagerImpl. getPiece(int PieceNumber)
DiskManagerPiece[]
DiskManagerImpl. getPieces()
-
Uses of DiskManagerPiece in com.biglybt.core.disk.impl.resume
Methods in com.biglybt.core.disk.impl.resume with parameters of type DiskManagerPiece Modifier and Type Method Description static void
RDResumeHandler. setupPieces(DownloadManagerState dms, DiskManagerPiece[] pieces)
-
Uses of DiskManagerPiece in com.biglybt.core.download
Methods in com.biglybt.core.download that return DiskManagerPiece Modifier and Type Method Description DiskManagerPiece[]
DownloadManager. getDiskManagerPiecesSnapshot()
-
Uses of DiskManagerPiece in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as DiskManagerPiece Modifier and Type Field Description private DiskManagerPiece[]
DownloadManagerController. disk_manager_pieces_snapshot
Methods in com.biglybt.core.download.impl that return DiskManagerPiece Modifier and Type Method Description DiskManagerPiece[]
DownloadManagerController. getDiskManagerPiecesSnapshot()
DiskManagerPiece[]
DownloadManagerImpl. getDiskManagerPiecesSnapshot()
Methods in com.biglybt.core.download.impl with parameters of type DiskManagerPiece Modifier and Type Method Description void
DownloadManagerController.DiskManagerListener_Default. pieceDoneChanged(DiskManagerPiece piece)
void
DownloadManagerController.ForceRecheckDiskManagerListener. pieceDoneChanged(DiskManagerPiece piece)
-
Uses of DiskManagerPiece in com.biglybt.core.global.impl
Methods in com.biglybt.core.global.impl with parameters of type DiskManagerPiece Modifier and Type Method Description (package private) boolean
GlobalManagerFileMerger.SameSizeFiles.SameSizeFileWrapper. writeBlock(DiskManagerPiece piece, int piece_number, int block_number, DirectByteBuffer buffer, int block_offset)
-
Uses of DiskManagerPiece in com.biglybt.core.lws
Classes in com.biglybt.core.lws that implement DiskManagerPiece Modifier and Type Class Description protected static class
LWSDiskManager.sePiece
Methods in com.biglybt.core.lws that return DiskManagerPiece Modifier and Type Method Description DiskManagerPiece
LWSDiskManager. getPiece(int index)
DiskManagerPiece[]
LWSDiskManager. getPieces()
-
Uses of DiskManagerPiece in com.biglybt.core.peer
Methods in com.biglybt.core.peer that return DiskManagerPiece Modifier and Type Method Description DiskManagerPiece
PEPiece. getDMPiece()
-
Uses of DiskManagerPiece in com.biglybt.core.peer.impl
Fields in com.biglybt.core.peer.impl declared as DiskManagerPiece Modifier and Type Field Description private DiskManagerPiece
PEPieceImpl. dmPiece
Methods in com.biglybt.core.peer.impl that return DiskManagerPiece Modifier and Type Method Description DiskManagerPiece
PEPieceImpl. getDMPiece()
Constructors in com.biglybt.core.peer.impl with parameters of type DiskManagerPiece Constructor Description PEPieceImpl(PiecePicker _picker, DiskManagerPiece _dm_piece, int _pieceSpeed)
piece for tracking partially downloaded pieces -
Uses of DiskManagerPiece in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control declared as DiskManagerPiece Modifier and Type Field Description private DiskManagerPiece[]
PEPeerControlImpl. dm_pieces
-
Uses of DiskManagerPiece in com.biglybt.core.peermanager.piecepicker.impl
Fields in com.biglybt.core.peermanager.piecepicker.impl declared as DiskManagerPiece Modifier and Type Field Description protected DiskManagerPiece[]
PiecePickerImpl. dmPieces
Methods in com.biglybt.core.peermanager.piecepicker.impl with parameters of type DiskManagerPiece Modifier and Type Method Description void
PiecePickerImpl.DiskManagerListenerImpl. pieceDoneChanged(DiskManagerPiece dmPiece)
-
Uses of DiskManagerPiece in com.biglybt.pifimpl.local.peers
Fields in com.biglybt.pifimpl.local.peers declared as DiskManagerPiece Modifier and Type Field Description private DiskManagerPiece[]
PeerManagerImpl. dm_pieces
Methods in com.biglybt.pifimpl.local.peers with parameters of type DiskManagerPiece Modifier and Type Method Description void
PeerManagerImpl.CoreListener. pieceDoneChanged(DiskManagerPiece piece)
-
Uses of DiskManagerPiece in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as DiskManagerPiece Modifier and Type Field Description private DiskManagerPiece
PiecesViewBase.PEPieceUploading. dm_piece
Methods in com.biglybt.ui.swt.views that return DiskManagerPiece Modifier and Type Method Description DiskManagerPiece
PiecesViewBase.PEPieceUploading. getDMPiece()
Methods in com.biglybt.ui.swt.views with parameters of type DiskManagerPiece Modifier and Type Method Description private double
PieceGraphView. getPercentDone(int startNo, int count, DiskManagerPiece[] dm_pieces)
Constructors in com.biglybt.ui.swt.views with parameters of type DiskManagerPiece Constructor Description PEPieceUploading(PEPeerManager _pm, DiskManagerPiece _dm_piece, int _piece_number)
-
Uses of DiskManagerPiece in com.biglybt.ui.swt.views.piece
Fields in com.biglybt.ui.swt.views.piece declared as DiskManagerPiece Modifier and Type Field Description private DiskManagerPiece
PieceInfoView.SelectionListenerResetPiece. dm_piece
Constructors in com.biglybt.ui.swt.views.piece with parameters of type DiskManagerPiece Constructor Description SelectionListenerResetPiece(DiskManagerPiece dm_piece, PEPiece pm_piece)
-
Uses of DiskManagerPiece in com.biglybt.ui.swt.views.tableitems.peers
Methods in com.biglybt.ui.swt.views.tableitems.peers with parameters of type DiskManagerPiece Modifier and Type Method Description void
PiecesItem. pieceDoneChanged(DiskManagerPiece piece)
-