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) |
putTo
OFPort getPortNo()
U64 getRxPackets()
U64 getTxPackets()
U64 getRxBytes()
U64 getTxBytes()
U64 getRxDropped()
U64 getTxDropped()
U64 getRxErrors()
U64 getTxErrors()
U64 getRxFrameErr() throws UnsupportedOperationException
UnsupportedOperationException
U64 getRxOverErr() throws UnsupportedOperationException
UnsupportedOperationException
U64 getRxCrcErr() throws UnsupportedOperationException
UnsupportedOperationException
U64 getCollisions() throws UnsupportedOperationException
UnsupportedOperationException
long getDurationSec() throws UnsupportedOperationException
UnsupportedOperationException
long getDurationNsec() throws UnsupportedOperationException
UnsupportedOperationException
List<OFPortStatsProp> getProperties() throws UnsupportedOperationException
UnsupportedOperationException
OFVersion getVersion()
getVersion
in interface OFObject
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFPortStatsEntry.Builder createBuilder()
Copyright © 2015. All rights reserved.