| Package | Description |
|---|---|
| io.atomix.primitive.protocol.map |
Interfaces for map-compatible gossip protocols and delegates.
|
| io.atomix.protocols.gossip.map |
| Modifier and Type | Method and Description |
|---|---|
void |
MapDelegate.addListener(MapDelegateEventListener<K,V> listener)
Adds the specified listener to the map which will be notified whenever the mappings in the map are changed.
|
void |
MapDelegate.removeListener(MapDelegateEventListener<K,V> listener)
Removes the specified listener from the map such that it will no longer receive change notifications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AntiEntropyMapDelegate.addListener(MapDelegateEventListener<K,V> listener) |
void |
AntiEntropyMapDelegate.removeListener(MapDelegateEventListener<K,V> listener) |
Copyright © 2013–2018. All rights reserved.