| Package | Description |
|---|---|
| io.atomix.core.collection |
Distributed collection primitives.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<Void> |
AsyncDistributedCollection.addListener(CollectionEventListener<E> listener)
Registers the specified listener to be notified whenever
the collection is updated.
|
void |
DistributedCollection.addListener(CollectionEventListener<E> listener)
Registers the specified listener to be notified whenever
the collection is updated.
|
CompletableFuture<Void> |
AsyncDistributedCollection.addListener(CollectionEventListener<E> listener,
Executor executor)
Registers the specified listener to be notified whenever
the collection is updated.
|
CompletableFuture<Void> |
AsyncDistributedCollection.removeListener(CollectionEventListener<E> listener)
Unregisters the specified listener.
|
void |
DistributedCollection.removeListener(CollectionEventListener<E> listener)
Unregisters the specified listener.
|
Copyright © 2013–2018. All rights reserved.