public interface OFFlowMonitorEntry extends OFObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OFFlowMonitorEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
OFFlowMonitorEntry.Builder |
createBuilder() |
OFFlowMonitorCommand |
getCommand() |
Set<OFFlowMonitorFlags> |
getFlags() |
Match |
getMatch() |
long |
getMonitorId() |
long |
getOutGroup() |
long |
getOutPort() |
TableId |
getTableId() |
OFVersion |
getVersion() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTolong getMonitorId()
long getOutPort()
long getOutGroup()
Set<OFFlowMonitorFlags> getFlags()
TableId getTableId()
OFFlowMonitorCommand getCommand()
Match getMatch()
OFVersion getVersion()
getVersion in interface OFObjectvoid writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFFlowMonitorEntry.Builder createBuilder()
Copyright © 2021. All rights reserved.