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() |
TableId |
getTableId() |
OFVersion |
getVersion() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
TableId getTableId()
long getDurationSec()
long getDurationNsec()
int getPriority()
int getIdleTimeout()
int getHardTimeout()
U64 getCookie()
U64 getPacketCount()
U64 getByteCount()
Match getMatch()
List<OFInstruction> getInstructions() throws UnsupportedOperationException
UnsupportedOperationException
List<OFAction> getActions() throws UnsupportedOperationException
UnsupportedOperationException
Set<OFFlowModFlags> getFlags() throws UnsupportedOperationException
UnsupportedOperationException
int getImportance() throws UnsupportedOperationException
UnsupportedOperationException
OFVersion getVersion()
getVersion
in interface OFObject
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFFlowStatsEntry.Builder createBuilder()
Copyright © 2015. All rights reserved.