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 classRIBImpl -
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 classRibImpl -
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 classBGPRibStateImplMethods in org.opendaylight.protocol.bgp.rib.impl.state with parameters of type BGPRibStateConsumer Modifier and Type Method Description voidBGPStateCollectorImpl. bind(BGPRibStateConsumer bgpState)voidBGPStateCollectorImpl. 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 voidBGPStateProvider. bind(BGPRibStateConsumer bgpState)register Rib state.voidBGPStateProvider. unbind(BGPRibStateConsumer bgpState)Unregister Rib state.
-