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 classRIBImpl -
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 classRibImpl -
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 classBGPRibStateImplMethods in org.opendaylight.protocol.bgp.rib.impl.state with parameters of type BGPRibStateProvider Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationBGPStateCollector. 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.RegistrationBGPStateProviderRegistry. register(BGPRibStateProvider ribStateProvider)Register rib state provider.
-