| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.azureus2.pluginsimpl.local.download.DownloadManagerStatsImpl
public class DownloadManagerStatsImpl
| Constructor Summary | |
|---|---|
protected  | 
DownloadManagerStatsImpl(GlobalManager _gm)
 | 
| Method Summary | |
|---|---|
 int | 
getDataAndProtocolReceiveRate()
 | 
 int | 
getDataAndProtocolSendRate()
 | 
 long | 
getDataBytesReceived()
data received since session start  | 
 long | 
getDataBytesSent()
 | 
 int | 
getDataReceiveRate()
current data receive rate  | 
 int | 
getDataSendRate()
 | 
 long | 
getOverallDataBytesReceived()
bytes ever received  | 
 long | 
getOverallDataBytesSent()
bytes ever sent  | 
 long | 
getProtocolBytesReceived()
 | 
 long | 
getProtocolBytesSent()
 | 
 int | 
getProtocolReceiveRate()
 | 
 int | 
getProtocolSendRate()
 | 
 long | 
getSessionUptimeSeconds()
how long since az started  | 
 long | 
getSmoothedReceiveRate()
 | 
 long | 
getSmoothedSendRate()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
protected DownloadManagerStatsImpl(GlobalManager _gm)
| Method Detail | 
|---|
public long getOverallDataBytesReceived()
DownloadManagerStats
getOverallDataBytesReceived in interface DownloadManagerStatspublic long getOverallDataBytesSent()
DownloadManagerStats
getOverallDataBytesSent in interface DownloadManagerStatspublic long getSessionUptimeSeconds()
DownloadManagerStats
getSessionUptimeSeconds in interface DownloadManagerStatspublic int getDataReceiveRate()
DownloadManagerStats
getDataReceiveRate in interface DownloadManagerStatspublic int getProtocolReceiveRate()
getProtocolReceiveRate in interface DownloadManagerStatspublic int getDataAndProtocolReceiveRate()
getDataAndProtocolReceiveRate in interface DownloadManagerStatspublic int getDataSendRate()
getDataSendRate in interface DownloadManagerStatspublic int getProtocolSendRate()
getProtocolSendRate in interface DownloadManagerStatspublic int getDataAndProtocolSendRate()
getDataAndProtocolSendRate in interface DownloadManagerStatspublic long getDataBytesReceived()
DownloadManagerStats
getDataBytesReceived in interface DownloadManagerStatspublic long getProtocolBytesReceived()
getProtocolBytesReceived in interface DownloadManagerStatspublic long getDataBytesSent()
getDataBytesSent in interface DownloadManagerStatspublic long getProtocolBytesSent()
getProtocolBytesSent in interface DownloadManagerStatspublic long getSmoothedReceiveRate()
getSmoothedReceiveRate in interface DownloadManagerStatspublic long getSmoothedSendRate()
getSmoothedSendRate in interface DownloadManagerStats
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||