public interface OFFlowStatsEntry extends OFObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OFFlowStatsEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
OFFlowStatsEntry.Builder |
createBuilder() |
List<OFAction> |
getActions() |
U64 |
getByteCount() |
U64 |
getCookie() |
long |
getDurationNsec() |
long |
getDurationSec() |
Set<OFFlowModFlags> |
getFlags() |
int |
getHardTimeout() |
int |
getIdleTimeout() |
int |
getImportance() |
List<OFInstruction> |
getInstructions() |
Match |
getMatch() |
U64 |
getPacketCount() |
int |
getPriority() |
Stat |
getStats() |
TableId |
getTableId() |
OFVersion |
getVersion() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putToTableId getTableId()
Match getMatch()
long getDurationSec()
throws UnsupportedOperationException
UnsupportedOperationExceptionlong getDurationNsec()
throws UnsupportedOperationException
UnsupportedOperationExceptionint getPriority()
int getIdleTimeout()
int getHardTimeout()
U64 getCookie()
U64 getPacketCount() throws UnsupportedOperationException
UnsupportedOperationExceptionU64 getByteCount() throws UnsupportedOperationException
UnsupportedOperationExceptionList<OFAction> getActions() throws UnsupportedOperationException
UnsupportedOperationExceptionList<OFInstruction> getInstructions() throws UnsupportedOperationException
UnsupportedOperationExceptionSet<OFFlowModFlags> getFlags() throws UnsupportedOperationException
UnsupportedOperationExceptionint getImportance()
throws UnsupportedOperationException
UnsupportedOperationExceptionStat getStats() throws UnsupportedOperationException
UnsupportedOperationExceptionOFVersion getVersion()
getVersion in interface OFObjectvoid writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFFlowStatsEntry.Builder createBuilder()
Copyright © 2021. All rights reserved.