Uses of Interface
com.biglybt.core.peer.PEPiece
-
-
Uses of PEPiece in com.biglybt.core.download
Methods in com.biglybt.core.download that return PEPiece Modifier and Type Method Description PEPiece[]
DownloadManager. getCurrentPieces()
Methods in com.biglybt.core.download with parameters of type PEPiece Modifier and Type Method Description void
DownloadManagerPieceListener. pieceAdded(PEPiece piece)
void
DownloadManagerPieceListener. pieceRemoved(PEPiece piece)
-
Uses of PEPiece in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl with type parameters of type PEPiece Modifier and Type Field Description private java.util.List<PEPiece>
DownloadManagerImpl. current_pieces
Methods in com.biglybt.core.download.impl that return PEPiece Modifier and Type Method Description PEPiece[]
DownloadManagerImpl. getCurrentPieces()
Methods in com.biglybt.core.download.impl with parameters of type PEPiece Modifier and Type Method Description void
DownloadManagerController. addPiece(PEPiece piece)
void
DownloadManagerImpl. addPiece(PEPiece piece)
void
DownloadManagerController. removePiece(PEPiece piece)
void
DownloadManagerImpl. removePiece(PEPiece piece)
-
Uses of PEPiece in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type PEPiece Modifier and Type Method Description void
LWSPeerManagerAdapter. addPiece(PEPiece piece)
void
LWSPeerManagerAdapter. removePiece(PEPiece piece)
-
Uses of PEPiece in com.biglybt.core.peer
Methods in com.biglybt.core.peer that return PEPiece Modifier and Type Method Description PEPiece
PEPeerManager. getPiece(int pieceNumber)
PEPiece[]
PEPeerManager. getPieces()
Often better to use getPiece(pieceNumber)Methods in com.biglybt.core.peer with parameters of type PEPiece Modifier and Type Method Description void
PEPeerManager. addPiece(PEPiece piece, int pieceNumber, PEPeer for_peer)
void
PEPeerManagerAdapter. addPiece(PEPiece piece)
void
PEPeerManagerListener. pieceAdded(PEPeerManager manager, PEPiece piece, PEPeer for_peer)
piece activatedvoid
PEPeerManagerListenerAdapter. pieceAdded(PEPeerManager manager, PEPiece piece, PEPeer for_peer)
void
PEPeerManagerListener. pieceRemoved(PEPeerManager manager, PEPiece piece)
void
PEPeerManagerListenerAdapter. pieceRemoved(PEPeerManager manager, PEPiece piece)
void
PEPeerManagerAdapter. removePiece(PEPiece piece)
-
Uses of PEPiece in com.biglybt.core.peer.impl
Classes in com.biglybt.core.peer.impl that implement PEPiece Modifier and Type Class Description class
PEPieceImpl
-
Uses of PEPiece in com.biglybt.core.peer.impl.control
Methods in com.biglybt.core.peer.impl.control that return PEPiece Modifier and Type Method Description PEPiece
PEPeerControlImpl. getPiece(int pieceNumber)
PEPiece[]
PEPeerControlImpl. getPieces()
Methods in com.biglybt.core.peer.impl.control with parameters of type PEPiece Modifier and Type Method Description protected void
PEPeerControlImpl. addPiece(PEPiece piece, int pieceNumber, boolean force_add, PEPeer for_peer)
void
PEPeerControlImpl. addPiece(PEPiece piece, int pieceNumber, PEPeer for_peer)
Don't pass a null to this method.private void
PEPeerControlImpl. MD5CheckPiece(PEPiece piece, boolean correct)
void
PEPeerControlImpl. removePiece(PEPiece pePiece, int pieceNumber)
Sends messages to listeners that the piece is no longer active. -
Uses of PEPiece in com.biglybt.core.peermanager
Methods in com.biglybt.core.peermanager that return PEPiece Modifier and Type Method Description PEPiece
PeerManager.PeerManagerRegistrationImpl.ProbeControl. getPiece(int pieceNumber)
PEPiece[]
PeerManager.PeerManagerRegistrationImpl.ProbeControl. getPieces()
Methods in com.biglybt.core.peermanager with parameters of type PEPiece Modifier and Type Method Description void
PeerManager.PeerManagerRegistrationImpl.ProbeControl. addPiece(PEPiece piece, int pieceNumber, PEPeer for_peer)
-
Uses of PEPiece in com.biglybt.core.peermanager.piecepicker
Methods in com.biglybt.core.peermanager.piecepicker with parameters of type PEPiece Modifier and Type Method Description void
PiecePicker. addEndGameChunks(PEPiece pePiece)
adds all blocks in the piece to endGameModeChunksConstructors in com.biglybt.core.peermanager.piecepicker with parameters of type PEPiece Constructor Description EndGameModeChunk(PEPiece pePiece, int blockNum)
-
Uses of PEPiece in com.biglybt.core.peermanager.piecepicker.impl
Fields in com.biglybt.core.peermanager.piecepicker.impl declared as PEPiece Modifier and Type Field Description protected PEPiece[]
PiecePickerImpl. pePieces
Fields in com.biglybt.core.peermanager.piecepicker.impl with type parameters of type PEPiece Modifier and Type Field Description private java.util.List<PEPiece>
PiecePickerImpl. rarestStartedPieces
Methods in com.biglybt.core.peermanager.piecepicker.impl with parameters of type PEPiece Modifier and Type Method Description void
PiecePickerImpl. addEndGameChunks(PEPiece pePiece)
adds every block from the piece to the list of chuncks to be selected for egm requestingConstructors in com.biglybt.core.peermanager.piecepicker.impl with parameters of type PEPiece Constructor Description RealTimeData(PEPiece piece)
-
Uses of PEPiece in com.biglybt.pifimpl.local.peers
Fields in com.biglybt.pifimpl.local.peers declared as PEPiece Modifier and Type Field Description private PEPiece[]
PeerManagerImpl. pe_pieces
Methods in com.biglybt.pifimpl.local.peers with parameters of type PEPiece Modifier and Type Method Description void
PeerManagerImpl.CoreListener. pieceAdded(PEPeerManager manager, PEPiece piece, PEPeer for_peer)
void
PeerManagerImpl.CoreListener. pieceRemoved(PEPeerManager manager, PEPiece piece)
-
Uses of PEPiece in com.biglybt.ui.swt.debug
Methods in com.biglybt.ui.swt.debug with parameters of type PEPiece Modifier and Type Method Description static java.lang.String
UIDebugGenerator. obfuscateDownloadName(PEPiece piece)
-
Uses of PEPiece in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement PEPiece Modifier and Type Class Description class
PiecesViewBase.PEPieceUploading
Fields in com.biglybt.ui.swt.views with type parameters of type PEPiece Modifier and Type Field Description static java.lang.Class<PEPiece>
PiecesViewBase. PLUGIN_DS_TYPE
protected TableViewSWT<PEPiece>
PiecesViewBase. tv
Methods in com.biglybt.ui.swt.views that return types with arguments of type PEPiece Modifier and Type Method Description TableViewSWT<PEPiece>
PiecesSuperView. initYourTableView()
TableViewSWT<PEPiece>
PiecesView. initYourTableView()
protected TableViewSWT<PEPiece>
PiecesViewBase. initYourTableView(java.lang.String table_id)
Methods in com.biglybt.ui.swt.views with parameters of type PEPiece Modifier and Type Method Description boolean
PiecesViewBase. filterCheck(PEPiece piece, java.lang.String filter, boolean regex)
void
PiecesSuperView. pieceAdded(PEPiece created)
void
PiecesView. pieceAdded(PEPiece created)
void
PiecesSuperView. pieceRemoved(PEPiece removed)
void
PiecesView. pieceRemoved(PEPiece removed)
-
Uses of PEPiece in com.biglybt.ui.swt.views.piece
Fields in com.biglybt.ui.swt.views.piece declared as PEPiece Modifier and Type Field Description private PEPiece
PieceInfoView.SelectionListenerResetPiece. pm_piece
Methods in com.biglybt.ui.swt.views.piece with parameters of type PEPiece Modifier and Type Method Description void
PieceInfoView. pieceAdded(PEPiece piece)
void
PieceInfoView. pieceRemoved(PEPiece piece)
void
PieceInfoView. selectPieces(PEPiece... pieces)
Constructors in com.biglybt.ui.swt.views.piece with parameters of type PEPiece Constructor Description SelectionListenerResetPiece(DiskManagerPiece dm_piece, PEPiece pm_piece)
-
Uses of PEPiece in com.biglybt.util
Methods in com.biglybt.util that return PEPiece Modifier and Type Method Description static PEPiece[]
DataSourceUtils. getPieces(java.lang.Object ds)
-