public class BgpConfigurationManager.NetworksReactor extends org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Networks,BgpConfigurationManager.NetworksReactor> implements org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener<Networks>
| Constructor and Description |
|---|
NetworksReactor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Networks> iid,
Networks val) |
BgpConfigurationManager.NetworksReactor |
getDataTreeChangeListener() |
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Networks> |
getWildCardPath() |
protected void |
remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Networks> iid,
Networks val) |
int |
testValueAFI(String pfxlen)
get the value AFI from a prefix as "x.x.x.x/x".
|
protected void |
update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Networks> iid,
Networks oldval,
Networks newval) |
addAfterListener, addBeforeListener, close, deregisterListener, init, onDataTreeChanged, registerListenerpublic BgpConfigurationManager.NetworksReactor getDataTreeChangeListener()
getDataTreeChangeListener in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Networks,BgpConfigurationManager.NetworksReactor>protected void add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Networks> iid, Networks val)
add in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Networks,BgpConfigurationManager.NetworksReactor>protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Networks> getWildCardPath()
getWildCardPath in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Networks,BgpConfigurationManager.NetworksReactor>protected void remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Networks> iid, Networks val)
remove in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Networks,BgpConfigurationManager.NetworksReactor>public int testValueAFI(String pfxlen)
pfxlen - the prefix to get an afiprotected void update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Networks> iid, Networks oldval, Networks newval)
update in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Networks,BgpConfigurationManager.NetworksReactor>Copyright © 2019 OpenDaylight. All rights reserved.