public static interface OFQueueStatsEntry.Builder
Modifier and Type | Method and Description |
---|---|
OFQueueStatsEntry |
build() |
long |
getDurationNsec() |
long |
getDurationSec() |
OFPort |
getPortNo() |
List<OFQueueStatsProp> |
getProperties() |
long |
getQueueId() |
U64 |
getTxBytes() |
U64 |
getTxErrors() |
U64 |
getTxPackets() |
OFVersion |
getVersion() |
OFQueueStatsEntry.Builder |
setDurationNsec(long durationNsec) |
OFQueueStatsEntry.Builder |
setDurationSec(long durationSec) |
OFQueueStatsEntry.Builder |
setPortNo(OFPort portNo) |
OFQueueStatsEntry.Builder |
setProperties(List<OFQueueStatsProp> properties) |
OFQueueStatsEntry.Builder |
setQueueId(long queueId) |
OFQueueStatsEntry.Builder |
setTxBytes(U64 txBytes) |
OFQueueStatsEntry.Builder |
setTxErrors(U64 txErrors) |
OFQueueStatsEntry.Builder |
setTxPackets(U64 txPackets) |
OFQueueStatsEntry build()
OFPort getPortNo()
OFQueueStatsEntry.Builder setPortNo(OFPort portNo)
long getQueueId()
OFQueueStatsEntry.Builder setQueueId(long queueId)
U64 getTxBytes()
OFQueueStatsEntry.Builder setTxBytes(U64 txBytes)
U64 getTxPackets()
OFQueueStatsEntry.Builder setTxPackets(U64 txPackets)
U64 getTxErrors()
OFQueueStatsEntry.Builder setTxErrors(U64 txErrors)
long getDurationSec() throws UnsupportedOperationException
UnsupportedOperationException
OFQueueStatsEntry.Builder setDurationSec(long durationSec) throws UnsupportedOperationException
UnsupportedOperationException
long getDurationNsec() throws UnsupportedOperationException
UnsupportedOperationException
OFQueueStatsEntry.Builder setDurationNsec(long durationNsec) throws UnsupportedOperationException
UnsupportedOperationException
List<OFQueueStatsProp> getProperties() throws UnsupportedOperationException
UnsupportedOperationException
OFQueueStatsEntry.Builder setProperties(List<OFQueueStatsProp> properties) throws UnsupportedOperationException
UnsupportedOperationException
OFVersion getVersion()
Copyright © 2015. All rights reserved.