Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPStateConsumer
- 
Packages that use BGPStateConsumer Package Description org.opendaylight.protocol.bgp.rib.impl.state org.opendaylight.protocol.bgp.state  - 
- 
Uses of BGPStateConsumer in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPStateConsumer Modifier and Type Class Description classBGPStateCollectorImpl - 
Uses of BGPStateConsumer in org.opendaylight.protocol.bgp.state
Constructors in org.opendaylight.protocol.bgp.state with parameters of type BGPStateConsumer Constructor Description StateProviderImpl(@NonNull org.opendaylight.mdsal.binding.api.DataBroker dataBroker, int timeout, @NonNull BGPTableTypeRegistryConsumer bgpTableTypeRegistry, @NonNull BGPStateConsumer stateCollector, @NonNull String networkInstanceName)StateProviderImpl(@NonNull org.opendaylight.mdsal.binding.api.DataBroker dataBroker, int timeout, @NonNull BGPTableTypeRegistryConsumer bgpTableTypeRegistry, @NonNull BGPStateConsumer stateCollector, @NonNull String networkInstanceName, @NonNull ScheduledExecutorService scheduler) 
 -