Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPTimersState
-
-
Uses of BGPTimersState in org.opendaylight.protocol.bgp.rib.impl
Methods in org.opendaylight.protocol.bgp.rib.impl that return BGPTimersState Modifier and Type Method Description BGPTimersState
ApplicationPeer. getBGPTimersState()
BGPTimersState
BGPPeer. getBGPTimersState()
BGPTimersState
BGPSessionImpl. getBGPTimersState()
-
Uses of BGPTimersState in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPTimersState Modifier and Type Class Description class
BGPSessionStateImpl
Methods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPTimersState Modifier and Type Method Description BGPTimersState
BGPSessionStateProvider. 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 BGPTimersState Modifier and Type Method Description @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 BGPTimersState Modifier and Type Method Description static @Nullable Timers
NeighborUtil. buildTimer(@Nullable BGPTimersState neighbor)
Builds Neighbor State from BGPPeerState counters.
-