Uses of Class
org.opendaylight.openflowplugin.applications.frsync.util.FlowDescriptor
-
Packages that use FlowDescriptor Package Description org.opendaylight.openflowplugin.applications.frsync.util -
-
Uses of FlowDescriptor in org.opendaylight.openflowplugin.applications.frsync.util
Methods in org.opendaylight.openflowplugin.applications.frsync.util that return types with arguments of type FlowDescriptor Modifier and Type Method Description static @NonNull Map<FlowDescriptor,Flow>
FlowCapableNodeLookups. wrapFlowsToMap(@Nullable Collection<Flow> flows)
Method parameters in org.opendaylight.openflowplugin.applications.frsync.util with type arguments of type FlowDescriptor Modifier and Type Method Description static Flow
FlowCapableNodeLookups. flowMapLookupExisting(Flow flow, Map<FlowDescriptor,Flow> flowConfigMap)
-