Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPGracelfulRestartState
-
-
Uses of BGPGracelfulRestartState in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPGracelfulRestartState Modifier and Type Class Description class
ApplicationPeer
Application Peer is a special case of BGP peer.class
BGPPeer
Class representing a peer. -
Uses of BGPGracelfulRestartState in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPGracelfulRestartState Modifier and Type Class Description class
BGPPeerStateImpl
Methods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPGracelfulRestartState Modifier and Type Method Description BGPGracelfulRestartState
BGPPeerStateImpl. getBGPGracelfulRestart()
-
Uses of BGPGracelfulRestartState in org.opendaylight.protocol.bgp.rib.spi.state
Subinterfaces of BGPGracelfulRestartState in org.opendaylight.protocol.bgp.rib.spi.state Modifier and Type Interface Description interface
BGPAfiSafiState
BGP Operational Afi SafiS State.interface
BGPLlGracelfulRestartState
BGP Operational Graceful Restart State.Methods in org.opendaylight.protocol.bgp.rib.spi.state that return BGPGracelfulRestartState Modifier and Type Method Description @NonNull BGPGracelfulRestartState
BGPPeerState. getBGPGracelfulRestart()
BGP Operational GracelfulRestart State. -
Uses of BGPGracelfulRestartState in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state with parameters of type BGPGracelfulRestartState Modifier and Type Method Description static @NonNull GracefulRestart
NeighborUtil. buildGracefulRestart(@NonNull BGPGracelfulRestartState neighbor)
Builds Graceful Restart containing Graceful Restart State from BGPGracelfulRestartState counters.
-