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 TypeClassDescriptionclassApplication Peer is a special case of BGP peer.classClass 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 BGPGracelfulRestartStateBGPPeerStateImpl.getBGPGracelfulRestart() -
Uses of BGPGracelfulRestartState in org.opendaylight.protocol.bgp.rib.spi.state
Subinterfaces of BGPGracelfulRestartState in org.opendaylight.protocol.bgp.rib.spi.stateModifier and TypeInterfaceDescriptioninterfaceBGP Operational Afi SafiS State.interfaceBGP Operational Graceful Restart State.Methods in org.opendaylight.protocol.bgp.rib.spi.state that return BGPGracelfulRestartStateModifier and TypeMethodDescription@NonNull BGPGracelfulRestartStateBGPPeerState.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 GracefulRestartNeighborUtil.buildGracefulRestart(@NonNull BGPGracelfulRestartState neighbor) Builds Graceful Restart containing Graceful Restart State from BGPGracelfulRestartState counters.