| Package | Description |
|---|---|
| io.atomix.core.multimap |
Atomic multimap primitive.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
AtomicMultimap.addListener(AtomicMultimapEventListener<K,V> listener)
Registers the specified listener to be notified whenever the map is updated.
|
default CompletableFuture<Void> |
AsyncAtomicMultimap.addListener(AtomicMultimapEventListener<K,V> listener)
Registers the specified listener to be notified whenever the map is updated.
|
void |
AtomicMultimap.addListener(AtomicMultimapEventListener<K,V> listener,
Executor executor)
Registers the specified listener to be notified whenever the map is updated.
|
CompletableFuture<Void> |
AsyncAtomicMultimap.addListener(AtomicMultimapEventListener<K,V> listener,
Executor executor)
Registers the specified listener to be notified whenever the map is updated.
|
void |
AtomicMultimap.removeListener(AtomicMultimapEventListener<K,V> listener)
Unregisters the specified listener such that it will no longer
receive map change notifications.
|
CompletableFuture<Void> |
AsyncAtomicMultimap.removeListener(AtomicMultimapEventListener<K,V> listener)
Unregisters the specified listener such that it will no longer
receive map change notifications.
|
Copyright © 2013–2018. All rights reserved.