Uses of Interface
org.opendaylight.openflowplugin.api.openflow.registry.flow.FlowRegistryKey
Package
Description
-
Uses of FlowRegistryKey in org.opendaylight.openflowplugin.api.openflow.registry.flow
Modifier 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
Modifier 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) Modifier and TypeMethodDescriptionvoid
DeviceFlowRegistryImpl.forEach
(Consumer<FlowRegistryKey> consumer)