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 classApplicationPeerApplication Peer is a special case of BGP peer.classBGPPeerClass 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 classBGPPeerStateImplMethods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPGracelfulRestartState Modifier and Type Method Description BGPGracelfulRestartStateBGPPeerStateImpl. 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 interfaceBGPAfiSafiStateBGP Operational Afi SafiS State.interfaceBGPLlGracelfulRestartStateBGP Operational Graceful Restart State.Methods in org.opendaylight.protocol.bgp.rib.spi.state that return BGPGracelfulRestartState Modifier and Type Method Description @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 BGPGracelfulRestartState Modifier and Type Method Description static @NonNull GracefulRestartNeighborUtil. buildGracefulRestart(@NonNull BGPGracelfulRestartState neighbor)Builds Graceful Restart containing Graceful Restart State from BGPGracelfulRestartState counters.
-