Uses of Interface
org.opendaylight.openflowplugin.api.openflow.registry.flow.FlowRegistryKey
Packages that use FlowRegistryKey
Package
Description
-
Uses of FlowRegistryKey in org.opendaylight.openflowplugin.api.openflow.registry.flow
Methods in org.opendaylight.openflowplugin.api.openflow.registry.flow with parameters of type FlowRegistryKeyModifier and TypeMethodDescription@Nullable FlowDescriptor
DeviceFlowRegistry.retrieveDescriptor
(@NonNull FlowRegistryKey flowRegistryKey) void
DeviceFlowRegistry.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 FlowRegistryKeyModifier and TypeMethodDescriptionstatic @NonNull FlowRegistryKey
FlowRegistryKeyFactory.create
(org.opendaylight.yangtools.yang.common.Uint8 version, @NonNull Flow flow) Methods in org.opendaylight.openflowplugin.impl.registry.flow with parameters of type FlowRegistryKeyModifier and TypeMethodDescriptionvoid
DeviceFlowRegistryImpl.addMark
(FlowRegistryKey flowRegistryKey) DeviceFlowRegistryImpl.retrieveDescriptor
(@NonNull FlowRegistryKey flowRegistryKey) void
DeviceFlowRegistryImpl.store
(FlowRegistryKey flowRegistryKey) void
DeviceFlowRegistryImpl.storeDescriptor
(@NonNull FlowRegistryKey flowRegistryKey, @NonNull FlowDescriptor flowDescriptor) Method parameters in org.opendaylight.openflowplugin.impl.registry.flow with type arguments of type FlowRegistryKeyModifier and TypeMethodDescriptionvoid
DeviceFlowRegistryImpl.forEach
(Consumer<FlowRegistryKey> consumer)