public interface OFFlowLightweightStatsEntry extends OFObject
Modifier and Type | Interface and Description |
---|---|
static interface |
OFFlowLightweightStatsEntry.Builder |
Modifier and Type | Method and Description |
---|---|
OFFlowLightweightStatsEntry.Builder |
createBuilder() |
Match |
getMatch() |
int |
getPriority() |
OFFlowStatsReason |
getReason() |
Stat |
getStats() |
TableId |
getTableId() |
OFVersion |
getVersion() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
TableId getTableId()
OFFlowStatsReason getReason()
int getPriority()
Match getMatch()
Stat getStats()
OFVersion getVersion()
getVersion
in interface OFObject
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFFlowLightweightStatsEntry.Builder createBuilder()
Copyright © 2016. All rights reserved.