Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPPeerState
-
-
Uses of BGPPeerState in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPPeerState Modifier and Type Class Description classApplicationPeerApplication Peer is a special case of BGP peer.classBGPPeerClass representing a peer. -
Uses of BGPPeerState in org.opendaylight.protocol.bgp.rib.impl.config
Methods in org.opendaylight.protocol.bgp.rib.impl.config that return BGPPeerState Modifier and Type Method Description BGPPeerStateAppPeer. getPeerState()BGPPeerStateBgpPeer. getPeerState() -
Uses of BGPPeerState in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPPeerState Modifier and Type Class Description classBGPPeerStateImplMethods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPPeerState Modifier and Type Method Description BGPPeerStateBGPPeerStateImpl. getPeerState()Methods in org.opendaylight.protocol.bgp.rib.impl.state that return types with arguments of type BGPPeerState Modifier and Type Method Description List<BGPPeerState>BGPStateCollectorImpl. getPeerStats() -
Uses of BGPPeerState in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state that return BGPPeerState Modifier and Type Method Description @Nullable BGPPeerStateBGPPeerStateConsumer. getPeerState()Returns Peer Operational State.Methods in org.opendaylight.protocol.bgp.rib.spi.state that return types with arguments of type BGPPeerState Modifier and Type Method Description @NonNull List<BGPPeerState>BGPStateConsumer. getPeerStats()List of Registered BGP Peer State. -
Uses of BGPPeerState in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state with parameters of type BGPPeerState Modifier and Type Method Description static AfiSafisNeighborUtil. buildAfisSafis(@NonNull BGPPeerState neighbor, @NonNull BGPTableTypeRegistryConsumer bgpTableTypeRegistry)Builds Neighbor Afi Safi containing AfiSafi State.static @NonNull NeighborNeighborUtil. buildNeighbor(@NonNull BGPPeerState neighbor, @NonNull BGPTableTypeRegistryConsumer bgpTableTypeRegistry)Build a list of neighbors containing Operational State from a list of BGPPeerState.Method parameters in org.opendaylight.protocol.bgp.state with type arguments of type BGPPeerState Modifier and Type Method Description static @Nullable NeighborsNeighborUtil. buildNeighbors(@NonNull List<BGPPeerState> peerStats, @NonNull BGPTableTypeRegistryConsumer bgpTableTypeRegistry)Build a Openconfig Neighbors container with all Neighbors Stats from a list of BGPPeerGroupState.static @Nullable PeerGroupsPeerGroupUtil. buildPeerGroups(@NonNull List<BGPPeerState> bgpStateConsumer)Build Openconfig PeerGroups containing Peer group stats from a list of BGPPeerGroupState.static @NonNull PeerGroupPeerGroupUtil. buildPeerGroupState(@NonNull String groupId, @NonNull List<BGPPeerState> groups)Build Openconfig PeerGroup containing Peer group stats from BGPPeerGroupState.
-