Class FlowRegistryKeyFactory
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.registry.flow.FlowRegistryKeyFactory
-
public final class FlowRegistryKeyFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static FlowKey
DUMMY_FLOW_KEY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NonNull FlowRegistryKey
create(short version, @NonNull Flow flow)
-
-
-
Field Detail
-
DUMMY_FLOW_KEY
public static final FlowKey DUMMY_FLOW_KEY
-
-
Method Detail
-
create
public static @NonNull FlowRegistryKey create(short version, @NonNull Flow flow)
-
-