Uses of Interface
com.biglybt.core.peermanager.piecepicker.PiecePicker
-
-
Uses of PiecePicker in com.biglybt.core.download
Fields in com.biglybt.core.download declared as PiecePicker Modifier and Type Field Description (package private) PiecePicker
EnhancedDownloadManager. current_piece_pickler
Methods in com.biglybt.core.download with parameters of type PiecePicker Modifier and Type Method Description protected void
EnhancedDownloadManager.bufferETAProvider. activate(PiecePicker picker)
protected void
EnhancedDownloadManager.bufferETAProvider. checkActivation(PiecePicker picker)
protected void
EnhancedDownloadManager.bufferETAProvider. deactivate(PiecePicker picker)
long[]
EnhancedDownloadManager.bufferETAProvider. updateRTAs(PiecePicker picker)
-
Uses of PiecePicker in com.biglybt.core.peer
Methods in com.biglybt.core.peer that return PiecePicker Modifier and Type Method Description PiecePicker
PEPeerManager. getPiecePicker()
PiecePicker
PEPiece. getPiecePicker()
-
Uses of PiecePicker in com.biglybt.core.peer.impl
Fields in com.biglybt.core.peer.impl declared as PiecePicker Modifier and Type Field Description private PiecePicker
PEPieceImpl. piecePicker
Methods in com.biglybt.core.peer.impl that return PiecePicker Modifier and Type Method Description PiecePicker
PEPieceImpl. getPiecePicker()
Constructors in com.biglybt.core.peer.impl with parameters of type PiecePicker Constructor Description PEPieceImpl(PiecePicker _picker, DiskManagerPiece _dm_piece, int _pieceSpeed)
piece for tracking partially downloaded pieces -
Uses of PiecePicker in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control declared as PiecePicker Modifier and Type Field Description private PiecePicker
PEPeerControlImpl. piecePicker
Methods in com.biglybt.core.peer.impl.control that return PiecePicker Modifier and Type Method Description PiecePicker
PEPeerControlImpl. getPiecePicker()
-
Uses of PiecePicker in com.biglybt.core.peer.impl.transport
Fields in com.biglybt.core.peer.impl.transport declared as PiecePicker Modifier and Type Field Description protected PiecePicker
PEPeerTransportProtocol. piecePicker
-
Uses of PiecePicker in com.biglybt.core.peermanager
Methods in com.biglybt.core.peermanager that return PiecePicker Modifier and Type Method Description PiecePicker
PeerManager.PeerManagerRegistrationImpl.ProbeControl. getPiecePicker()
-
Uses of PiecePicker in com.biglybt.core.peermanager.piecepicker
Methods in com.biglybt.core.peermanager.piecepicker that return PiecePicker Modifier and Type Method Description static PiecePicker
PiecePickerFactory. create(PEPeerControl peer_control)
Methods in com.biglybt.core.peermanager.piecepicker with parameters of type PiecePicker Modifier and Type Method Description default void
PiecePickerListener. somethingChanged(PiecePicker pp, int thing, java.lang.Object data)
long[]
PiecePriorityProvider. updatePriorities(PiecePicker picker)
long[]
PieceRTAProvider. updateRTAs(PiecePicker picker)
-
Uses of PiecePicker in com.biglybt.core.peermanager.piecepicker.impl
Classes in com.biglybt.core.peermanager.piecepicker.impl that implement PiecePicker Modifier and Type Class Description class
PiecePickerImpl
-
Uses of PiecePicker in com.biglybt.pifimpl.local.disk
Methods in com.biglybt.pifimpl.local.disk with parameters of type PiecePicker Modifier and Type Method Description long[]
DiskManagerChannelImpl. updateRTAs(PiecePicker picker)
-
Uses of PiecePicker in com.biglybt.plugin.extseed.impl.getright
Methods in com.biglybt.plugin.extseed.impl.getright with parameters of type PiecePicker Modifier and Type Method Description long[]
ExternalSeedReaderGetRight. updatePriorities(PiecePicker picker)
-
Uses of PiecePicker in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views that return PiecePicker Modifier and Type Method Description PiecePicker
PiecesViewBase.PEPieceUploading. getPiecePicker()
-
Uses of PiecePicker in com.biglybt.ui.swt.views.piece
Fields in com.biglybt.ui.swt.views.piece declared as PiecePicker Modifier and Type Field Description private PiecePicker
PieceInfoView. current_pp
private PiecePicker
PieceInfoView.SelectionListenerForcePiece. picker
Methods in com.biglybt.ui.swt.views.piece with parameters of type PiecePicker Modifier and Type Method Description void
PieceInfoView. somethingChanged(PiecePicker pp, int thing, java.lang.Object data)
Constructors in com.biglybt.ui.swt.views.piece with parameters of type PiecePicker Constructor Description SelectionListenerForcePiece(PiecePicker picker, int piece_number, org.eclipse.swt.widgets.MenuItem force_piece)
-