|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 DownloadManagerStats
public long getOverallDataBytesSent()
DownloadManagerStats
getOverallDataBytesSent
in interface DownloadManagerStats
public long getSessionUptimeSeconds()
DownloadManagerStats
getSessionUptimeSeconds
in interface DownloadManagerStats
public int getDataReceiveRate()
DownloadManagerStats
getDataReceiveRate
in interface DownloadManagerStats
public int getProtocolReceiveRate()
getProtocolReceiveRate
in interface DownloadManagerStats
public int getDataAndProtocolReceiveRate()
getDataAndProtocolReceiveRate
in interface DownloadManagerStats
public int getDataSendRate()
getDataSendRate
in interface DownloadManagerStats
public int getProtocolSendRate()
getProtocolSendRate
in interface DownloadManagerStats
public int getDataAndProtocolSendRate()
getDataAndProtocolSendRate
in interface DownloadManagerStats
public long getDataBytesReceived()
DownloadManagerStats
getDataBytesReceived
in interface DownloadManagerStats
public long getProtocolBytesReceived()
getProtocolBytesReceived
in interface DownloadManagerStats
public long getDataBytesSent()
getDataBytesSent
in interface DownloadManagerStats
public long getProtocolBytesSent()
getProtocolBytesSent
in interface DownloadManagerStats
public long getSmoothedReceiveRate()
getSmoothedReceiveRate
in interface DownloadManagerStats
public long getSmoothedSendRate()
getSmoothedSendRate
in interface DownloadManagerStats
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |