Package | Description |
---|---|
com.hp.of.lib.mp |
Representations of OpenFlow Protocol Multipart Message bodies.
|
Modifier and Type | Method and Description |
---|---|
MBodyMutablePortStats |
MBodyMutablePortStats.collisions(long collisions)
Sets the number of collisions; Since 1.0.
|
MBodyMutablePortStats |
MBodyMutablePortStats.duration(long seconds,
long nano)
Sets the time the group has been alive; Since 1.3.
|
MBodyMutablePortStats |
MBodyMutablePortStats.port(BigPortNumber port)
Sets the port number; Since 1.0.
|
MBodyMutablePortStats |
MBodyMutablePortStats.rxBytes(long rxBytes)
Sets the number of bytes received by this port; Since 1.0.
|
MBodyMutablePortStats |
MBodyMutablePortStats.rxCrcErr(long rxCrcErr)
Sets the number of CRC error packets received by this port; Since 1.0.
|
MBodyMutablePortStats |
MBodyMutablePortStats.rxDropped(long rxDropped)
Sets the number of packets dropped by this port at receiving end;
Since 1.0.
|
MBodyMutablePortStats |
MBodyMutablePortStats.rxErrors(long rxErrors)
Sets the number of error packets received by this port; Since 1.0.
|
MBodyMutablePortStats |
MBodyMutablePortStats.rxFrameErr(long rxFrameErr)
Sets the number of frame alignment error packets received by
this port; Since 1.0.
|
MBodyMutablePortStats |
MBodyMutablePortStats.rxOverErr(long rxOverErr)
Sets the number of overrun error packets received by this
port; Since 1.0.
|
MBodyMutablePortStats |
MBodyMutablePortStats.rxPackets(long rxPackets)
Sets the number of packets received by this port; Since 1.0.
|
MBodyMutablePortStats |
MBodyMutablePortStats.txBytes(long txBytes)
Sets the number of bytes transmitted by this port; Since 1.0.
|
MBodyMutablePortStats |
MBodyMutablePortStats.txDropped(long txDropped)
Sets the number of packets dropped by this port at transmitting end;
Since 1.0.
|
MBodyMutablePortStats |
MBodyMutablePortStats.txErrors(long txErrors)
Sets the number of transmit error packets; Since 1.0.
|
MBodyMutablePortStats |
MBodyMutablePortStats.txPackets(long txPackets)
Sets the number of packets transmitted by this port; Since 1.0.
|
Copyright © 2015. All Rights Reserved.