| Class and Description |
|---|
| org.opendaylight.genius.datastoreutils.AsyncClusteredDataTreeChangeListenerBase |
| org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase |
| org.opendaylight.genius.utils.cache.CacheUtil
We now recommend you simply use your own new ConcurrentHashMap<>() instead.
|
| org.opendaylight.genius.utils.cache.DataStoreCache
This class is currently only use in ITM, and has a number of
serious design flaws.
|
| org.opendaylight.genius.datastoreutils.DataStoreJobCoordinator
Use org.opendaylight.infrautils.jobcoordinator.JobCoordinator
instead of this. Please note that in its new reincarnation its no
longer a static singleton but now an OSGi service which can
(must) @Inject into your class using it.
|
| org.opendaylight.genius.datastoreutils.testutils.TestableDataChangeListener
Migrate your listeners from
DataChangeListener to
DataTreeChangeListener, and use the TestableDataTreeChangeListener. |
| Constructor and Description |
|---|
| org.opendaylight.genius.datastoreutils.AsyncClusteredDataTreeChangeListenerBase(Class<T>, Class<K>) |
| org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase(Class<T>, Class<K>) |
Copyright © 2018 OpenDaylight. All rights reserved.