Class TypeKeyMakerFactory

java.lang.Object
org.opendaylight.openflowjava.protocol.impl.util.TypeKeyMakerFactory

public final class TypeKeyMakerFactory extends Object
Creates KeyMakers.
Author:
michal.polkorab
  • Method Details

    • createMatchEntriesKeyMaker

      public static TypeKeyMaker<MatchEntry> createMatchEntriesKeyMaker(org.opendaylight.yangtools.yang.common.Uint8 version)
      Creates a key maker for MatchEntry instances.
      Parameters:
      version - openflow wire version that shall be used in lookup key
      Returns:
      lookup key
    • createActionKeyMaker

      public static TypeKeyMaker<Action> createActionKeyMaker(org.opendaylight.yangtools.yang.common.Uint8 version)
      Creates a key maker for Action instances.
      Parameters:
      version - openflow wire version that shall be used in lookup key
      Returns:
      lookup key
    • createInstructionKeyMaker

      public static TypeKeyMaker<Instruction> createInstructionKeyMaker(org.opendaylight.yangtools.yang.common.Uint8 version)
      Creates a key maker for Instruction instances.
      Parameters:
      version - openflow wire version that shall be used in lookup key
      Returns:
      lookup key