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
UnsupportedOperationExceptionOFQueueStatsEntry.Builder setDurationSec(long durationSec) throws UnsupportedOperationException
UnsupportedOperationExceptionlong getDurationNsec()
throws UnsupportedOperationException
UnsupportedOperationExceptionOFQueueStatsEntry.Builder setDurationNsec(long durationNsec) throws UnsupportedOperationException
UnsupportedOperationExceptionList<OFQueueStatsProp> getProperties() throws UnsupportedOperationException
UnsupportedOperationExceptionOFQueueStatsEntry.Builder setProperties(List<OFQueueStatsProp> properties) throws UnsupportedOperationException
UnsupportedOperationExceptionOFVersion getVersion()
Copyright © 2017. All rights reserved.