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) |
putToOFPort getPortNo()
long getQueueId()
U64 getTxBytes()
U64 getTxPackets()
U64 getTxErrors()
long getDurationSec()
throws UnsupportedOperationException
UnsupportedOperationExceptionlong getDurationNsec()
throws UnsupportedOperationException
UnsupportedOperationExceptionList<OFQueueStatsProp> getProperties() throws UnsupportedOperationException
UnsupportedOperationExceptionOFVersion getVersion()
getVersion in interface OFObjectvoid writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFQueueStatsEntry.Builder createBuilder()
Copyright © 2020. All rights reserved.