| Package | Description |
|---|---|
| org.onosproject.store.service |
Distributed core state management services.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConsistentMap.addListener(MapEventListener<K,V> listener)
Registers the specified listener to be notified whenever the map is updated.
|
void |
AsyncConsistentMap.addListener(MapEventListener<K,V> listener)
Registers the specified listener to be notified whenever the map is updated.
|
void |
ConsistentMap.removeListener(MapEventListener<K,V> listener)
Unregisters the specified listener such that it will no longer
receive map change notifications.
|
void |
AsyncConsistentMap.removeListener(MapEventListener<K,V> listener)
Unregisters the specified listener such that it will no longer
receive map change notifications.
|
Copyright © 2015. All rights reserved.