net.i2p.router
Class JobStats
java.lang.Object
net.i2p.router.JobStats
public class JobStats
- extends Object
Glorified struct to contain basic job stats.
Public for router console only.
For use by the router only. Not to be used by applications or plugins.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobStats
public JobStats(String name)
jobRan
public void jobRan(long runTime,
long lag)
jobDropped
public void jobDropped()
- Since:
- 0.9.19
getDropped
public long getDropped()
- Since:
- 0.9.19
getName
public String getName()
getRuns
public long getRuns()
getTotalTime
public long getTotalTime()
getMaxTime
public long getMaxTime()
getMinTime
public long getMinTime()
getAvgTime
public double getAvgTime()
getTotalPendingTime
public long getTotalPendingTime()
getMaxPendingTime
public long getMaxPendingTime()
getMinPendingTime
public long getMinPendingTime()
getAvgPendingTime
public double getAvgPendingTime()