|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.nist.antd.optical.BasicQueueMonitor.LambdaInfo
This class contains the information related to a specific lambda
| Field Summary | |
private int |
drops
The number of packets dropped in current interval |
private Lambda |
lambda
The lambda that is monitored |
private long |
noBytes
The number of bytes sent |
private int |
pkts
The number of packets in current interval |
| Constructor Summary | |
BasicQueueMonitor.LambdaInfo(Lambda forLambda)
Constructor |
|
| Method Summary | |
void |
processPacket(OpticalFrameHeader packet)
Updates the information |
void |
sendRecord()
Send the information related to this lambda. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private Lambda lambda
private int pkts
private int drops
private long noBytes
| Constructor Detail |
public BasicQueueMonitor.LambdaInfo(Lambda forLambda)
forLambda - The monitored lambda| Method Detail |
public void processPacket(OpticalFrameHeader packet)
packet - The message receivedpublic void sendRecord()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||