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