Class BgpConfigurationManager.EbgpMultihopReactor
- java.lang.Object
 - 
- org.opendaylight.serviceutils.tools.listener.AbstractAsyncDataTreeChangeListener<EbgpMultihop>
 - 
- org.opendaylight.netvirt.bgpmanager.BgpConfigurationManager.EbgpMultihopReactor
 
 
 
- 
- All Implemented Interfaces:
 java.lang.AutoCloseable,java.util.EventListener,org.opendaylight.mdsal.binding.api.ClusteredDataTreeChangeListener<EbgpMultihop>,org.opendaylight.mdsal.binding.api.DataTreeChangeListener<EbgpMultihop>,org.opendaylight.serviceutils.tools.listener.ChainableDataTreeChangeListener<EbgpMultihop>
- Enclosing class:
 - BgpConfigurationManager
 
public class BgpConfigurationManager.EbgpMultihopReactor extends org.opendaylight.serviceutils.tools.listener.AbstractAsyncDataTreeChangeListener<EbgpMultihop> implements org.opendaylight.mdsal.binding.api.ClusteredDataTreeChangeListener<EbgpMultihop>
 
- 
- 
Constructor Summary
Constructors Constructor Description EbgpMultihopReactor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Default Methods Deprecated Methods Modifier and Type Method Description voidadd(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<EbgpMultihop> iid, EbgpMultihop val)voidadd(T arg0)Deprecated.voidaddAfterListener(org.opendaylight.mdsal.binding.api.DataTreeChangeListener<T> arg0)voidaddBeforeListener(org.opendaylight.mdsal.binding.api.DataTreeChangeListener<T> arg0)voidclose()protected org.opendaylight.mdsal.binding.api.DataBrokergetDataBroker()protected org.opendaylight.serviceutils.tools.listener.DataStoreMetricsgetDataStoreMetrics()default voidonDataTreeChanged(java.util.Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<T>> arg0, org.opendaylight.serviceutils.tools.listener.DataStoreMetrics arg1)voidregister()voidremove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<EbgpMultihop> iid, EbgpMultihop val)voidremove(T arg0)Deprecated.voidupdate(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<EbgpMultihop> iid, EbgpMultihop oldval, EbgpMultihop newval)voidupdate(T arg0, T arg1)Deprecated.- 
Methods inherited from class org.opendaylight.serviceutils.tools.listener.AbstractAsyncDataTreeChangeListener
getExecutorService, onDataTreeChanged 
 - 
 
 - 
 
- 
- 
Method Detail
- 
add
public void add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<EbgpMultihop> iid, EbgpMultihop val)
 
- 
remove
public void remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<EbgpMultihop> iid, EbgpMultihop val)
 
- 
update
public void update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<EbgpMultihop> iid, EbgpMultihop oldval, EbgpMultihop newval)
 
- 
addBeforeListener
public void addBeforeListener(org.opendaylight.mdsal.binding.api.DataTreeChangeListener<T> arg0)
- Specified by:
 addBeforeListenerin interfaceorg.opendaylight.serviceutils.tools.listener.ChainableDataTreeChangeListener<T extends org.opendaylight.yangtools.yang.binding.DataObject>
 
- 
addAfterListener
public void addAfterListener(org.opendaylight.mdsal.binding.api.DataTreeChangeListener<T> arg0)
- Specified by:
 addAfterListenerin interfaceorg.opendaylight.serviceutils.tools.listener.ChainableDataTreeChangeListener<T extends org.opendaylight.yangtools.yang.binding.DataObject>
 
- 
register
@PostConstruct public void register()
 
- 
getDataBroker
protected org.opendaylight.mdsal.binding.api.DataBroker getDataBroker()
 
- 
getDataStoreMetrics
protected org.opendaylight.serviceutils.tools.listener.DataStoreMetrics getDataStoreMetrics()
 
- 
close
@PreDestroy public void close()
- Specified by:
 closein interfacejava.lang.AutoCloseable
 
- 
add
@Deprecated public void add(T arg0)
Deprecated. 
- 
remove
@Deprecated public void remove(T arg0)
Deprecated. 
- 
update
@Deprecated public void update(T arg0, T arg1)Deprecated. 
- 
onDataTreeChanged
public default void onDataTreeChanged(java.util.Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<T>> arg0, org.opendaylight.serviceutils.tools.listener.DataStoreMetrics arg1) 
 - 
 
 -