public final class FlowCapableNodeLookups extends Object
FlowCapableNode
.Modifier and Type | Method and Description |
---|---|
static Flow |
flowMapLookupExisting(Flow flow,
Map<FlowDescriptor,Flow> flowConfigMap) |
static Map<FlowDescriptor,Flow> |
wrapFlowsToMap(List<Flow> flows) |
static Map<Long,Group> |
wrapGroupsToMap(List<Group> groups) |
static Map<MeterId,Meter> |
wrapMetersToMap(List<Meter> meters) |
static Map<Short,Table> |
wrapTablesToMap(List<Table> tables) |
@Nonnull public static Map<Short,Table> wrapTablesToMap(@Nullable List<Table> tables)
@Nonnull public static Map<FlowDescriptor,Flow> wrapFlowsToMap(@Nullable List<Flow> flows)
public static Flow flowMapLookupExisting(Flow flow, Map<FlowDescriptor,Flow> flowConfigMap)
@Nonnull public static Map<MeterId,Meter> wrapMetersToMap(@Nullable List<Meter> meters)
Copyright © 2020 OpenDaylight. All rights reserved.