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

    Modifier and Type
    Method
    Description
    org.opendaylight.yangtools.yang.common.Uint64
     
     
    int
     
    short
     
  • Method Details

    • getTableId

      short getTableId()
    • getPriority

      int getPriority()
    • getCookie

      org.opendaylight.yangtools.yang.common.Uint64 getCookie()
    • getMatch

      Match getMatch()