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 class
BestPathStateImpl
-
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 BestPathState
AbstractBestPathSelector. bestState
protected BestPathState
AbstractBestPath. state
Methods in org.opendaylight.protocol.bgp.mode.spi that return BestPathState Modifier and Type Method Description BestPathState
AbstractBestPath. getState()
Methods in org.opendaylight.protocol.bgp.mode.spi with parameters of type BestPathState Modifier and Type Method Description protected boolean
AbstractBestPathSelector. 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)
-