Interface FlowRegistryKey
- 
public interface FlowRegistryKeyMarker 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.Uint64getCookie()MatchgetMatch()intgetPriority()shortgetTableId() 
 - 
 
- 
- 
Method Detail
- 
getTableId
short getTableId()
 
- 
getPriority
int getPriority()
 
- 
getCookie
org.opendaylight.yangtools.yang.common.Uint64 getCookie()
 
- 
getMatch
Match getMatch()
 
 - 
 
 -