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