public final class BgpPeer extends Object implements PeerBean, BGPPeerStateConsumer
| Constructor and Description |
|---|
BgpPeer(org.opendaylight.controller.sal.binding.api.RpcProviderRegistry rpcRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
com.google.common.util.concurrent.ListenableFuture<Void> |
closeServiceInstance() |
Boolean |
containsEqualConfiguration(Neighbor neighbor) |
BGPPeerState |
getPeerState()
Returns Peer Operational State.
|
void |
instantiateServiceInstance() |
void |
restart(RIB rib,
BGPTableTypeRegistryConsumer tableTypeRegistry) |
void |
start(RIB rib,
Neighbor neighbor,
BGPTableTypeRegistryConsumer tableTypeRegistry) |
public BgpPeer(org.opendaylight.controller.sal.binding.api.RpcProviderRegistry rpcRegistry)
public void start(RIB rib, Neighbor neighbor, BGPTableTypeRegistryConsumer tableTypeRegistry)
public void restart(RIB rib, BGPTableTypeRegistryConsumer tableTypeRegistry)
public void close()
close in interface AutoCloseableclose in interface PeerBeanpublic void instantiateServiceInstance()
instantiateServiceInstance in interface PeerBeanpublic com.google.common.util.concurrent.ListenableFuture<Void> closeServiceInstance()
closeServiceInstance in interface PeerBeanpublic Boolean containsEqualConfiguration(Neighbor neighbor)
containsEqualConfiguration in interface PeerBeanpublic BGPPeerState getPeerState()
BGPPeerStateConsumergetPeerState in interface BGPPeerStateConsumerCopyright © 2019 OpenDaylight. All rights reserved.