public interface DOMStoreStatsTracker
| Modifier and Type | Method and Description |
|---|---|
void |
setDataChangeListenerExecutor(ExecutorService dclExecutor)
Sets the executor used for DataChangeListener notifications.
|
void |
setDataStoreExecutor(ExecutorService dsExecutor)
Sets the executor used internally by the data store.
|
void |
setNotificationManager(org.opendaylight.yangtools.util.concurrent.QueuedNotificationManager<?,?> manager)
Sets the QueuedNotificationManager use for DataChangeListener notifications,
|
void setDataChangeListenerExecutor(@Nonnull ExecutorService dclExecutor)
dclExecutor - the executorvoid setDataStoreExecutor(@Nonnull ExecutorService dsExecutor)
dsExecutor - the executorvoid setNotificationManager(@Nonnull org.opendaylight.yangtools.util.concurrent.QueuedNotificationManager<?,?> manager)
manager - the managerCopyright © 2014. All Rights Reserved.