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 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 FlowRegistryKeyModifier and TypeMethodDescriptionstatic @NonNull FlowRegistryKeyFlowRegistryKeyFactory.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 TypeMethodDescriptionvoidDeviceFlowRegistryImpl.addMark(FlowRegistryKey flowRegistryKey) DeviceFlowRegistryImpl.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 FlowRegistryKeyModifier and TypeMethodDescriptionvoidDeviceFlowRegistryImpl.forEach(Consumer<FlowRegistryKey> consumer)