public class InterVpnLinkCacheFeeder extends org.opendaylight.genius.datastoreutils.AsyncClusteredDataTreeChangeListenerBase<InterVpnLink,InterVpnLinkCacheFeeder> implements AutoCloseable
Constructor and Description |
---|
InterVpnLinkCacheFeeder(org.opendaylight.controller.md.sal.binding.api.DataBroker broker) |
Modifier and Type | Method and Description |
---|---|
protected void |
add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<InterVpnLink> identifier,
InterVpnLink add) |
protected InterVpnLinkCacheFeeder |
getDataTreeChangeListener() |
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<InterVpnLink> |
getWildCardPath() |
protected void |
remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<InterVpnLink> identifier,
InterVpnLink del) |
protected void |
update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<InterVpnLink> identifier,
InterVpnLink original,
InterVpnLink update) |
addAfterListener, addBeforeListener, close, onDataTreeChanged, registerListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
public InterVpnLinkCacheFeeder(org.opendaylight.controller.md.sal.binding.api.DataBroker broker)
protected void remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<InterVpnLink> identifier, InterVpnLink del)
remove
in class org.opendaylight.genius.datastoreutils.AsyncClusteredDataTreeChangeListenerBase<InterVpnLink,InterVpnLinkCacheFeeder>
protected void update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<InterVpnLink> identifier, InterVpnLink original, InterVpnLink update)
update
in class org.opendaylight.genius.datastoreutils.AsyncClusteredDataTreeChangeListenerBase<InterVpnLink,InterVpnLinkCacheFeeder>
protected void add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<InterVpnLink> identifier, InterVpnLink add)
add
in class org.opendaylight.genius.datastoreutils.AsyncClusteredDataTreeChangeListenerBase<InterVpnLink,InterVpnLinkCacheFeeder>
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<InterVpnLink> getWildCardPath()
getWildCardPath
in class org.opendaylight.genius.datastoreutils.AsyncClusteredDataTreeChangeListenerBase<InterVpnLink,InterVpnLinkCacheFeeder>
protected InterVpnLinkCacheFeeder getDataTreeChangeListener()
getDataTreeChangeListener
in class org.opendaylight.genius.datastoreutils.AsyncClusteredDataTreeChangeListenerBase<InterVpnLink,InterVpnLinkCacheFeeder>
Copyright © 2018 OpenDaylight. All rights reserved.