Uses of Interface
com.biglybt.core.peermanager.piecepicker.PiecePicker
Packages that use PiecePicker
Package
Description
-
Uses of PiecePicker in com.biglybt.core.download
Fields in com.biglybt.core.download declared as PiecePickerModifier and TypeFieldDescription(package private) PiecePickerEnhancedDownloadManager.current_piece_picklerMethods in com.biglybt.core.download with parameters of type PiecePickerModifier and TypeMethodDescriptionprotected voidEnhancedDownloadManager.bufferETAProvider.activate(PiecePicker picker) protected voidEnhancedDownloadManager.bufferETAProvider.checkActivation(PiecePicker picker) protected voidEnhancedDownloadManager.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 -
Uses of PiecePicker in com.biglybt.core.peer.impl
Fields in com.biglybt.core.peer.impl declared as PiecePickerMethods in com.biglybt.core.peer.impl that return PiecePickerConstructors in com.biglybt.core.peer.impl with parameters of type PiecePickerModifierConstructorDescriptionPEPieceImpl(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 PiecePickerMethods in com.biglybt.core.peer.impl.control that return PiecePicker -
Uses of PiecePicker in com.biglybt.core.peer.impl.transport
Fields in com.biglybt.core.peer.impl.transport declared as PiecePicker -
Uses of PiecePicker in com.biglybt.core.peermanager
Methods in com.biglybt.core.peermanager that return PiecePickerModifier and TypeMethodDescriptionPeerManager.PeerManagerRegistrationImpl.ProbeControl.getPiecePicker() -
Uses of PiecePicker in com.biglybt.core.peermanager.piecepicker
Methods in com.biglybt.core.peermanager.piecepicker that return PiecePickerModifier and TypeMethodDescriptionstatic PiecePickerPiecePickerFactory.create(PEPeerControl peer_control) Methods in com.biglybt.core.peermanager.piecepicker with parameters of type PiecePickerModifier and TypeMethodDescriptiondefault voidPiecePickerListener.somethingChanged(PiecePicker pp, int thing, 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 -
Uses of PiecePicker in com.biglybt.pifimpl.local.disk
Methods in com.biglybt.pifimpl.local.disk with parameters of type PiecePicker -
Uses of PiecePicker in com.biglybt.plugin.extseed.impl.getright
Methods in com.biglybt.plugin.extseed.impl.getright with parameters of type PiecePickerModifier and TypeMethodDescriptionlong[]ExternalSeedReaderGetRight.updatePriorities(PiecePicker picker) -
Uses of PiecePicker in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views that return PiecePicker -
Uses of PiecePicker in com.biglybt.ui.swt.views.piece
Fields in com.biglybt.ui.swt.views.piece declared as PiecePickerModifier and TypeFieldDescriptionprivate PiecePickerPieceMapView.current_ppprivate final PiecePickerPieceMapView.SelectionListenerForcePiece.pickerMethods in com.biglybt.ui.swt.views.piece with parameters of type PiecePickerModifier and TypeMethodDescriptionvoidPieceMapView.somethingChanged(PiecePicker pp, int thing, Object data) Constructors in com.biglybt.ui.swt.views.piece with parameters of type PiecePickerModifierConstructorDescriptionSelectionListenerForcePiece(PiecePicker picker, int piece_number, org.eclipse.swt.widgets.MenuItem force_piece)