Uses of Interface
org.opendaylight.protocol.bgp.mode.api.BestPathState
-
Packages that use BestPathState Package Description org.opendaylight.protocol.bgp.mode.impl org.opendaylight.protocol.bgp.mode.spi -
-
Uses of BestPathState in org.opendaylight.protocol.bgp.mode.impl
Classes in org.opendaylight.protocol.bgp.mode.impl that implement BestPathState Modifier and Type Class Description classBestPathStateImpl -
Uses of BestPathState in org.opendaylight.protocol.bgp.mode.spi
Fields in org.opendaylight.protocol.bgp.mode.spi declared as BestPathState Modifier and Type Field Description protected BestPathStateAbstractBestPathSelector. bestStateprotected BestPathStateAbstractBestPath. stateMethods in org.opendaylight.protocol.bgp.mode.spi that return BestPathState Modifier and Type Method Description BestPathStateAbstractBestPath. getState()Methods in org.opendaylight.protocol.bgp.mode.spi with parameters of type BestPathState Modifier and Type Method Description protected booleanAbstractBestPathSelector. isExistingPathBetter(@NonNull BestPathState state)Chooses best route according to BGP best path selection.Constructors in org.opendaylight.protocol.bgp.mode.spi with parameters of type BestPathState Constructor Description AbstractBestPath(BestPathState state)
-