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