public class BgpConfigurationManager.MultipathReactor extends org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Multipath,BgpConfigurationManager.MultipathReactor> implements org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener<Multipath>
Constructor and Description |
---|
MultipathReactor() |
Modifier and Type | Method and Description |
---|---|
protected void |
add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Multipath> key,
Multipath dataObjectModification) |
void |
close() |
protected BgpConfigurationManager.MultipathReactor |
getDataTreeChangeListener() |
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Multipath> |
getWildCardPath() |
protected void |
remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Multipath> iid,
Multipath val) |
protected void |
update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Multipath> iid,
Multipath oldval,
Multipath newval) |
addAfterListener, addBeforeListener, deregisterListener, init, onDataTreeChanged, registerListener
protected BgpConfigurationManager.MultipathReactor getDataTreeChangeListener()
getDataTreeChangeListener
in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Multipath,BgpConfigurationManager.MultipathReactor>
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Multipath> getWildCardPath()
getWildCardPath
in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Multipath,BgpConfigurationManager.MultipathReactor>
protected void remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Multipath> iid, Multipath val)
remove
in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Multipath,BgpConfigurationManager.MultipathReactor>
protected void update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Multipath> iid, Multipath oldval, Multipath newval)
update
in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Multipath,BgpConfigurationManager.MultipathReactor>
protected void add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Multipath> key, Multipath dataObjectModification)
add
in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Multipath,BgpConfigurationManager.MultipathReactor>
public void close()
close
in interface AutoCloseable
close
in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Multipath,BgpConfigurationManager.MultipathReactor>
Copyright © 2019 OpenDaylight. All rights reserved.