Class BgpConfigurationManager.MultipathReactor
- java.lang.Object
-
- org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Multipath,BgpConfigurationManager.MultipathReactor>
-
- org.opendaylight.netvirt.bgpmanager.BgpConfigurationManager.MultipathReactor
-
- All Implemented Interfaces:
java.lang.AutoCloseable,java.util.EventListener,org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener<Multipath>,org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener<Multipath>,org.opendaylight.serviceutils.tools.mdsal.listener.ChainableDataTreeChangeListener<Multipath>
- Enclosing class:
- BgpConfigurationManager
public class BgpConfigurationManager.MultipathReactor extends org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Multipath,BgpConfigurationManager.MultipathReactor> implements org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener<Multipath>
-
-
Constructor Summary
Constructors Constructor Description MultipathReactor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidadd(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Multipath> key, Multipath dataObjectModification)voidclose()protected BgpConfigurationManager.MultipathReactorgetDataTreeChangeListener()protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Multipath>getWildCardPath()protected voidremove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Multipath> iid, Multipath val)protected voidupdate(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Multipath> iid, Multipath oldval, Multipath newval)-
Methods inherited from class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase
addAfterListener, addBeforeListener, deregisterListener, init, onDataTreeChanged, registerListener
-
-
-
-
Method Detail
-
getDataTreeChangeListener
protected BgpConfigurationManager.MultipathReactor getDataTreeChangeListener()
- Specified by:
getDataTreeChangeListenerin classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Multipath,BgpConfigurationManager.MultipathReactor>
-
getWildCardPath
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Multipath> getWildCardPath()
- Specified by:
getWildCardPathin classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Multipath,BgpConfigurationManager.MultipathReactor>
-
remove
protected void remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Multipath> iid, Multipath val)
- Specified by:
removein classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Multipath,BgpConfigurationManager.MultipathReactor>
-
update
protected void update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Multipath> iid, Multipath oldval, Multipath newval)
- Specified by:
updatein classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Multipath,BgpConfigurationManager.MultipathReactor>
-
add
protected void add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Multipath> key, Multipath dataObjectModification)
- Specified by:
addin classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Multipath,BgpConfigurationManager.MultipathReactor>
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Overrides:
closein classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Multipath,BgpConfigurationManager.MultipathReactor>
-
-