|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ka2ddo.ax25.Connector.PortStats
public static class Connector.PortStats
A data structure recording throughput statistics for its containing PortConnector instance.
Field Summary | |
---|---|
int |
numBadRcvFrames
Running counter of defective received frames. |
int |
numBadXmtFrames
Running counter of transmission failures. |
int |
numDataOverrunLosses
Number of times data loss (due to overruns) was detected. |
long |
numRcvBytes
Running counter of received bytes on this PortConnector. |
int |
numRcvFrames
Running counter of received frames on this PortConnector. |
long |
numXmtBytes
Running counter of transmitted bytes on this PortConnector. |
int |
numXmtFrames
Running counter of transmitted frames on this PortConnector. |
Constructor Summary | |
---|---|
Connector.PortStats()
|
Method Summary | |
---|---|
void |
clear()
Reset all the statistics counters to zero. |
void |
clearGoodCounts()
Reset only the counters of successful operations. |
Connector.PortStats |
dup()
Make a deep copy of this PortStats object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int numRcvFrames
public long numRcvBytes
public int numXmtFrames
public long numXmtBytes
public int numBadRcvFrames
public int numBadXmtFrames
public int numDataOverrunLosses
Constructor Detail |
---|
public Connector.PortStats()
Method Detail |
---|
public void clear()
public void clearGoodCounts()
public Connector.PortStats dup()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |