| Package | Description |
|---|---|
| org.onosproject.store.service |
Distributed core state management services.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventuallyConsistentMap.addListener(EventuallyConsistentMapListener<K,V> listener)
Adds the specified listener to the map which will be notified whenever
the mappings in the map are changed.
|
void |
EventuallyConsistentMap.removeListener(EventuallyConsistentMapListener<K,V> listener)
Removes the specified listener from the map such that it will no longer
receive change notifications.
|
Copyright © 2015. All rights reserved.