| Package | Description |
|---|---|
| io.atomix.primitive.protocol.set |
Interfaces for set-compatible gossip protocols and delegates.
|
| io.atomix.protocols.gossip.set |
| Modifier and Type | Method and Description |
|---|---|
void |
SetDelegate.addListener(SetDelegateEventListener<E> listener)
Adds the specified listener to the set which will be notified whenever the entries in the set are changed.
|
void |
SetDelegate.removeListener(SetDelegateEventListener<E> listener)
Removes the specified listener from the set such that it will no longer receive change notifications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AntiEntropySetDelegate.addListener(SetDelegateEventListener<E> listener) |
void |
CrdtSetDelegate.addListener(SetDelegateEventListener<E> listener) |
void |
AntiEntropySetDelegate.removeListener(SetDelegateEventListener<E> listener) |
void |
CrdtSetDelegate.removeListener(SetDelegateEventListener<E> listener) |
Copyright © 2013–2018. All rights reserved.