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