Uses of Interface
org.opendaylight.protocol.bgp.mode.api.PathSelectionMode
Package
Description
-
Uses of PathSelectionMode in org.opendaylight.protocol.bgp.mode.impl.add.all.paths
-
Uses of PathSelectionMode in org.opendaylight.protocol.bgp.mode.impl.add.n.paths
-
Uses of PathSelectionMode in org.opendaylight.protocol.bgp.mode.impl.base
Modifier and TypeMethodDescriptionstatic PathSelectionMode
BasePathSelectionModeFactory.createBestPathSelectionStrategy()
-
Uses of PathSelectionMode in org.opendaylight.protocol.bgp.rib.impl
ModifierConstructorDescriptionRIBImpl
(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.spi