Interface FlowRegistryKey
-
public interface FlowRegistryKey
Marker interface identifying flow stored in OFP local flow registry. Created by Martin Bobak <mbobak@cisco.com> on 8.4.2015.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.opendaylight.yangtools.yang.common.Uint64
getCookie()
Match
getMatch()
int
getPriority()
short
getTableId()
-
-
-
Method Detail
-
getTableId
short getTableId()
-
getPriority
int getPriority()
-
getCookie
org.opendaylight.yangtools.yang.common.Uint64 getCookie()
-
getMatch
Match getMatch()
-
-