Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPGracelfulRestartState
Packages that use BGPGracelfulRestartState
Package
Description
-
Uses of BGPGracelfulRestartState in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPGracelfulRestartStateModifier 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
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPGracelfulRestartStateMethods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPGracelfulRestartStateModifier and TypeMethodDescriptionfinal BGPGracelfulRestartState
BGPPeerStateImpl.getBGPGracelfulRestart()
-
Uses of BGPGracelfulRestartState in org.opendaylight.protocol.bgp.rib.spi.state
Subinterfaces of BGPGracelfulRestartState in org.opendaylight.protocol.bgp.rib.spi.stateModifier and TypeInterfaceDescriptioninterface
BGP Operational Afi SafiS State.interface
BGP Operational Graceful Restart State.Methods in org.opendaylight.protocol.bgp.rib.spi.state that return BGPGracelfulRestartStateModifier and TypeMethodDescription@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 BGPGracelfulRestartStateModifier and TypeMethodDescriptionstatic @NonNull GracefulRestart
NeighborUtil.buildGracefulRestart
(@NonNull BGPGracelfulRestartState neighbor) Builds Graceful Restart containing Graceful Restart State from BGPGracelfulRestartState counters.