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