Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPRibStateConsumer
-
-
Uses of BGPRibStateConsumer in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPRibStateConsumer Modifier and Type Class Description class
RIBImpl
-
Uses of BGPRibStateConsumer in org.opendaylight.protocol.bgp.rib.impl.config
Classes in org.opendaylight.protocol.bgp.rib.impl.config that implement BGPRibStateConsumer Modifier and Type Class Description class
RibImpl
-
Uses of BGPRibStateConsumer in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPRibStateConsumer Modifier and Type Class Description class
BGPRibStateImpl
Methods in org.opendaylight.protocol.bgp.rib.impl.state with parameters of type BGPRibStateConsumer Modifier and Type Method Description void
BGPStateCollectorImpl. bind(BGPRibStateConsumer bgpState)
void
BGPStateCollectorImpl. unbind(BGPRibStateConsumer bgpState)
-
Uses of BGPRibStateConsumer in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state with parameters of type BGPRibStateConsumer Modifier and Type Method Description void
BGPStateProvider. bind(BGPRibStateConsumer bgpState)
register Rib state.void
BGPStateProvider. unbind(BGPRibStateConsumer bgpState)
Unregister Rib state.
-