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 FlowDescriptor
DeviceFlowRegistry. retrieveDescriptor(@NonNull FlowRegistryKey flowRegistryKey)
Methods in org.opendaylight.openflowplugin.api.openflow.registry.flow with parameters of type FlowDescriptor Modifier and Type Method Description void
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 FlowDescriptor Modifier and Type Method Description static @NonNull FlowDescriptor
FlowDescriptorFactory. create(org.opendaylight.yangtools.yang.common.Uint8 tableId, @NonNull FlowId flowId)
FlowDescriptor
DeviceFlowRegistryImpl. retrieveDescriptor(@NonNull FlowRegistryKey flowRegistryKey)
Methods in org.opendaylight.openflowplugin.impl.registry.flow with parameters of type FlowDescriptor Modifier and Type Method Description void
DeviceFlowRegistryImpl. storeDescriptor(@NonNull FlowRegistryKey flowRegistryKey, @NonNull FlowDescriptor flowDescriptor)
-