Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPTimersState
Packages that use BGPTimersState
Package
Description
-
Uses of BGPTimersState in org.opendaylight.protocol.bgp.rib.impl
Methods in org.opendaylight.protocol.bgp.rib.impl that return BGPTimersStateModifier and TypeMethodDescriptionApplicationPeer.getBGPTimersState()
BGPPeer.getBGPTimersState()
BGPSessionImpl.getBGPTimersState()
-
Uses of BGPTimersState in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPTimersStateMethods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPTimersStateModifier and TypeMethodDescriptionBGPSessionStateProvider.getBGPTimersState()
BGP Operational Timers State. -
Uses of BGPTimersState in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state that return BGPTimersStateModifier and TypeMethodDescription@Nullable BGPTimersState
BGPPeerState.getBGPTimersState()
BGP Operation Timers State. -
Uses of BGPTimersState in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state with parameters of type BGPTimersStateModifier and TypeMethodDescriptionstatic @Nullable Timers
NeighborUtil.buildTimer
(@Nullable BGPTimersState neighbor) Builds Neighbor State from BGPPeerState counters.