Uses of Interface
org.opendaylight.openflowplugin.api.openflow.registry.flow.FlowDescriptor
Packages that use FlowDescriptor
Package
Description
-
Uses of FlowDescriptor in org.opendaylight.openflowplugin.api.openflow.registry.flow
Methods in org.opendaylight.openflowplugin.api.openflow.registry.flow that return FlowDescriptorModifier and TypeMethodDescription@Nullable FlowDescriptor
DeviceFlowRegistry.retrieveDescriptor
(@NonNull FlowRegistryKey flowRegistryKey) Methods in org.opendaylight.openflowplugin.api.openflow.registry.flow with parameters of type FlowDescriptorModifier and TypeMethodDescriptionvoid
DeviceFlowRegistry.storeDescriptor
(@NonNull FlowRegistryKey flowRegistryKey, @NonNull FlowDescriptor flowDescriptor) -
Uses of FlowDescriptor in org.opendaylight.openflowplugin.impl.registry.flow
Methods in org.opendaylight.openflowplugin.impl.registry.flow that return FlowDescriptorModifier and TypeMethodDescriptionstatic @NonNull FlowDescriptor
FlowDescriptorFactory.create
(org.opendaylight.yangtools.yang.common.Uint8 tableId, @NonNull FlowId flowId) DeviceFlowRegistryImpl.retrieveDescriptor
(@NonNull FlowRegistryKey flowRegistryKey) Methods in org.opendaylight.openflowplugin.impl.registry.flow with parameters of type FlowDescriptorModifier and TypeMethodDescriptionvoid
DeviceFlowRegistryImpl.storeDescriptor
(@NonNull FlowRegistryKey flowRegistryKey, @NonNull FlowDescriptor flowDescriptor)