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