public interface OFQueueStatsEntry extends OFObject
Modifier and Type | Interface and Description |
---|---|
static interface |
OFQueueStatsEntry.Builder |
Modifier and Type | Method and Description |
---|---|
OFQueueStatsEntry.Builder |
createBuilder() |
long |
getDurationNsec() |
long |
getDurationSec() |
OFPort |
getPortNo() |
List<OFQueueStatsProp> |
getProperties() |
long |
getQueueId() |
U64 |
getTxBytes() |
U64 |
getTxErrors() |
U64 |
getTxPackets() |
OFVersion |
getVersion() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
OFPort getPortNo()
long getQueueId()
U64 getTxBytes()
U64 getTxPackets()
U64 getTxErrors()
long getDurationSec() throws UnsupportedOperationException
UnsupportedOperationException
long getDurationNsec() throws UnsupportedOperationException
UnsupportedOperationException
List<OFQueueStatsProp> getProperties() throws UnsupportedOperationException
UnsupportedOperationException
OFVersion getVersion()
getVersion
in interface OFObject
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFQueueStatsEntry.Builder createBuilder()
Copyright © 2015. All rights reserved.