|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PeerManagerStats
Method Summary | |
---|---|
int |
getConnectedLeechers()
|
int |
getConnectedSeeds()
|
long |
getDiscarded()
|
long |
getDownloadAverage()
|
long |
getDownloaded()
|
long |
getHashFailBytes()
|
int |
getPermittedBytesToReceive()
For an external process receiving bytes on behalf of this download this gives the current rate-limited number of bytes that can be received. |
int |
getPermittedBytesToSend()
For an external process sending bytes on behalf of this download this gives the current rate-limited number of bytes that can be sent. |
long |
getUploadAverage()
|
long |
getUploaded()
|
void |
permittedReceiveBytesUsed(int bytes)
The given number of data (payload) bytes have been received. |
void |
permittedSendBytesUsed(int bytes)
The given number of data (payload) bytes have been sent. |
Method Detail |
---|
int getConnectedSeeds()
int getConnectedLeechers()
long getDownloaded()
long getUploaded()
long getDownloadAverage()
long getUploadAverage()
long getDiscarded()
long getHashFailBytes()
int getPermittedBytesToReceive()
void permittedReceiveBytesUsed(int bytes)
Use this if you are talking to stuff outside of Azureus' API, and want your stats added into Azureus'
bytes
- int getPermittedBytesToSend()
void permittedSendBytesUsed(int bytes)
Use this if you are talking to stuff outside of Azureus' API, and want your stats added into Azureus'
bytes
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |