| Package | Description |
|---|---|
| org.onosproject.store.ecmap |
Distributed map with eventually-consistent update semantics and gossip
based anti-entropy mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventuallyConsistentMapImpl.addListener(EventuallyConsistentMapListener<K,V> listener) |
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 |
EventuallyConsistentMapImpl.removeListener(EventuallyConsistentMapListener<K,V> listener) |
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.