Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPRibStateProvider
-
-
Uses of BGPRibStateProvider in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPRibStateProvider Modifier and Type Class Description class
RIBImpl
-
Uses of BGPRibStateProvider in org.opendaylight.protocol.bgp.rib.impl.config
Classes in org.opendaylight.protocol.bgp.rib.impl.config that implement BGPRibStateProvider Modifier and Type Class Description class
RibImpl
-
Uses of BGPRibStateProvider in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPRibStateProvider Modifier and Type Class Description class
BGPRibStateImpl
Methods in org.opendaylight.protocol.bgp.rib.impl.state with parameters of type BGPRibStateProvider Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
BGPStateCollector. register(BGPRibStateProvider ribStateProvider)
-
Uses of BGPRibStateProvider in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state with parameters of type BGPRibStateProvider Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
BGPStateProviderRegistry. register(BGPRibStateProvider ribStateProvider)
Register rib state provider.
-