Uses of Interface
org.opendaylight.openflowplugin.api.openflow.registry.flow.FlowRegistryKey
-
Packages that use FlowRegistryKey Package Description org.opendaylight.openflowplugin.api.openflow.registry.flow org.opendaylight.openflowplugin.impl.registry.flow -
-
Uses of FlowRegistryKey in org.opendaylight.openflowplugin.api.openflow.registry.flow
Methods in org.opendaylight.openflowplugin.api.openflow.registry.flow with parameters of type FlowRegistryKey Modifier and Type Method Description @Nullable FlowDescriptorDeviceFlowRegistry. retrieveDescriptor(@NonNull FlowRegistryKey flowRegistryKey)voidDeviceFlowRegistry. storeDescriptor(@NonNull FlowRegistryKey flowRegistryKey, @NonNull FlowDescriptor flowDescriptor) -
Uses of FlowRegistryKey in org.opendaylight.openflowplugin.impl.registry.flow
Methods in org.opendaylight.openflowplugin.impl.registry.flow that return FlowRegistryKey Modifier and Type Method Description static @NonNull FlowRegistryKeyFlowRegistryKeyFactory. create(short version, @NonNull Flow flow)Methods in org.opendaylight.openflowplugin.impl.registry.flow with parameters of type FlowRegistryKey Modifier and Type Method Description voidDeviceFlowRegistryImpl. addMark(FlowRegistryKey flowRegistryKey)FlowDescriptorDeviceFlowRegistryImpl. retrieveDescriptor(@NonNull FlowRegistryKey flowRegistryKey)voidDeviceFlowRegistryImpl. store(FlowRegistryKey flowRegistryKey)voidDeviceFlowRegistryImpl. storeDescriptor(@NonNull FlowRegistryKey flowRegistryKey, @NonNull FlowDescriptor flowDescriptor)Method parameters in org.opendaylight.openflowplugin.impl.registry.flow with type arguments of type FlowRegistryKey Modifier and Type Method Description voidDeviceFlowRegistryImpl. forEach(Consumer<FlowRegistryKey> consumer)
-