Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPGracelfulRestartState
Package
Description
-
Uses of BGPGracelfulRestartState in org.opendaylight.protocol.bgp.rib.impl
Modifier and TypeClassDescriptionclass
Application Peer is a special case of BGP peer.class
Class representing a peer. -
Uses of BGPGracelfulRestartState in org.opendaylight.protocol.bgp.rib.impl.state
Modifier and TypeMethodDescriptionfinal BGPGracelfulRestartState
BGPPeerStateImpl.getBGPGracelfulRestart()
-
Uses of BGPGracelfulRestartState in org.opendaylight.protocol.bgp.rib.spi.state
Modifier and TypeInterfaceDescriptioninterface
BGP Operational Afi SafiS State.interface
BGP Operational Graceful Restart State.Modifier and TypeMethodDescription@NonNull BGPGracelfulRestartState
BGPPeerState.getBGPGracelfulRestart()
BGP Operational GracelfulRestart State. -
Uses of BGPGracelfulRestartState in org.opendaylight.protocol.bgp.state
Modifier and TypeMethodDescriptionstatic @NonNull GracefulRestart
NeighborUtil.buildGracefulRestart
(@NonNull BGPGracelfulRestartState neighbor) Builds Graceful Restart containing Graceful Restart State from BGPGracelfulRestartState counters.