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 void
add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<VrfMaxpath> instanceIdentifier, VrfMaxpath vrfMaxpathVal)
void
close()
protected BgpConfigurationManager.VrfMaxpathReactor
getDataTreeChangeListener()
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<VrfMaxpath>
getWildCardPath()
protected void
remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<VrfMaxpath> iid, VrfMaxpath vrfMaxPathVal)
protected void
update(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:
getDataTreeChangeListener
in classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<VrfMaxpath,BgpConfigurationManager.VrfMaxpathReactor>
-
getWildCardPath
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<VrfMaxpath> getWildCardPath()
- Specified by:
getWildCardPath
in classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<VrfMaxpath,BgpConfigurationManager.VrfMaxpathReactor>
-
remove
protected void remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<VrfMaxpath> iid, VrfMaxpath vrfMaxPathVal)
- Specified by:
remove
in 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:
update
in classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<VrfMaxpath,BgpConfigurationManager.VrfMaxpathReactor>
-
add
protected void add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<VrfMaxpath> instanceIdentifier, VrfMaxpath vrfMaxpathVal)
- Specified by:
add
in classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<VrfMaxpath,BgpConfigurationManager.VrfMaxpathReactor>
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Overrides:
close
in classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<VrfMaxpath,BgpConfigurationManager.VrfMaxpathReactor>
-
-