Uses of Interface
org.opendaylight.protocol.bgp.mode.api.PathSelectionMode
-
-
Uses of PathSelectionMode in org.opendaylight.protocol.bgp.mode.impl.add.all.paths
Classes in org.opendaylight.protocol.bgp.mode.impl.add.all.paths that implement PathSelectionMode Modifier and Type Class Description class
AllPathSelection
-
Uses of PathSelectionMode in org.opendaylight.protocol.bgp.mode.impl.add.n.paths
Classes in org.opendaylight.protocol.bgp.mode.impl.add.n.paths that implement PathSelectionMode Modifier and Type Class Description class
AddPathBestNPathSelection
-
Uses of PathSelectionMode in org.opendaylight.protocol.bgp.mode.impl.base
Methods in org.opendaylight.protocol.bgp.mode.impl.base that return PathSelectionMode Modifier and Type Method Description static PathSelectionMode
BasePathSelectionModeFactory. createBestPathSelectionStrategy()
-
Uses of PathSelectionMode in org.opendaylight.protocol.bgp.rib.impl
Constructor parameters in org.opendaylight.protocol.bgp.rib.impl with type arguments of type PathSelectionMode Constructor Description RIBImpl(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, CodecsRegistryImpl codecsRegistry, org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, BGPRibRoutingPolicy ribPolicies, List<BgpTableType> localTables, Map<TablesKey,PathSelectionMode> bestPathSelectionStrategies)
-
Uses of PathSelectionMode in org.opendaylight.protocol.bgp.rib.impl.spi
Methods in org.opendaylight.protocol.bgp.rib.impl.spi that return PathSelectionMode Modifier and Type Method Description PathSelectionMode
BGPBestPathSelection. getStrategy()
-