Uses of Interface
org.opendaylight.protocol.bgp.mode.api.PathSelectionMode
Packages that use PathSelectionMode
Package
Description
- 
Uses of PathSelectionMode in org.opendaylight.protocol.bgp.mode.impl.add.all.pathsClasses in org.opendaylight.protocol.bgp.mode.impl.add.all.paths that implement PathSelectionMode
- 
Uses of PathSelectionMode in org.opendaylight.protocol.bgp.mode.impl.add.n.pathsClasses in org.opendaylight.protocol.bgp.mode.impl.add.n.paths that implement PathSelectionMode
- 
Uses of PathSelectionMode in org.opendaylight.protocol.bgp.mode.impl.baseMethods in org.opendaylight.protocol.bgp.mode.impl.base that return PathSelectionModeModifier and TypeMethodDescriptionstatic PathSelectionModeBasePathSelectionModeFactory.createBestPathSelectionStrategy()
- 
Uses of PathSelectionMode in org.opendaylight.protocol.bgp.rib.implConstructor parameters in org.opendaylight.protocol.bgp.rib.impl with type arguments of type PathSelectionModeModifierConstructorDescriptionRIBImpl(BGPTableTypeRegistryConsumer tableTypeRegistry, RibId ribId, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber localAs, BgpId localBgpId, RIBExtensionConsumerContext extensions, BGPDispatcher dispatcher, CodecsRegistry codecsRegistry, org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, BGPRibRoutingPolicy ribPolicies, List<BgpTableType> localTables, Map<TablesKey, PathSelectionMode> bestPathSelectionStrategies) 
- 
Uses of PathSelectionMode in org.opendaylight.protocol.bgp.rib.impl.spiMethods in org.opendaylight.protocol.bgp.rib.impl.spi that return PathSelectionMode