Uses of Interface
org.opendaylight.openflowplugin.api.openflow.registry.flow.FlowDescriptor
-
Packages that use FlowDescriptor Package Description org.opendaylight.openflowplugin.api.openflow.registry.flow org.opendaylight.openflowplugin.impl.registry.flow -
-
Uses of FlowDescriptor in org.opendaylight.openflowplugin.api.openflow.registry.flow
Methods in org.opendaylight.openflowplugin.api.openflow.registry.flow that return FlowDescriptor Modifier and Type Method Description @Nullable FlowDescriptorDeviceFlowRegistry. retrieveDescriptor(@NonNull FlowRegistryKey flowRegistryKey)Methods in org.opendaylight.openflowplugin.api.openflow.registry.flow with parameters of type FlowDescriptor Modifier and Type Method Description voidDeviceFlowRegistry. 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 FlowDescriptor Modifier and Type Method Description static @NonNull FlowDescriptorFlowDescriptorFactory. create(org.opendaylight.yangtools.yang.common.Uint8 tableId, @NonNull FlowId flowId)FlowDescriptorDeviceFlowRegistryImpl. retrieveDescriptor(@NonNull FlowRegistryKey flowRegistryKey)Methods in org.opendaylight.openflowplugin.impl.registry.flow with parameters of type FlowDescriptor Modifier and Type Method Description voidDeviceFlowRegistryImpl. storeDescriptor(@NonNull FlowRegistryKey flowRegistryKey, @NonNull FlowDescriptor flowDescriptor)
-