public interface OFPortStatsEntry extends OFObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OFPortStatsEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
OFPortStatsEntry.Builder |
createBuilder() |
U64 |
getCollisions() |
long |
getDurationNsec() |
long |
getDurationSec() |
OFPort |
getPortNo() |
List<OFPortStatsProp> |
getProperties() |
U64 |
getRxBytes() |
U64 |
getRxCrcErr() |
U64 |
getRxDropped() |
U64 |
getRxErrors() |
U64 |
getRxFrameErr() |
U64 |
getRxOverErr() |
U64 |
getRxPackets() |
U64 |
getTxBytes() |
U64 |
getTxDropped() |
U64 |
getTxErrors() |
U64 |
getTxPackets() |
OFVersion |
getVersion() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putToOFPort getPortNo()
U64 getRxPackets()
U64 getTxPackets()
U64 getRxBytes()
U64 getTxBytes()
U64 getRxDropped()
U64 getTxDropped()
U64 getRxErrors()
U64 getTxErrors()
U64 getRxFrameErr() throws UnsupportedOperationException
UnsupportedOperationExceptionU64 getRxOverErr() throws UnsupportedOperationException
UnsupportedOperationExceptionU64 getRxCrcErr() throws UnsupportedOperationException
UnsupportedOperationExceptionU64 getCollisions() throws UnsupportedOperationException
UnsupportedOperationExceptionlong getDurationSec()
throws UnsupportedOperationException
UnsupportedOperationExceptionlong getDurationNsec()
throws UnsupportedOperationException
UnsupportedOperationExceptionList<OFPortStatsProp> getProperties() throws UnsupportedOperationException
UnsupportedOperationExceptionOFVersion getVersion()
getVersion in interface OFObjectvoid writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFPortStatsEntry.Builder createBuilder()
Copyright © 2019. All rights reserved.