| Package | Description |
|---|---|
| io.atomix.group |
Provides distributed group operations tools via
DistributedGroup including leader election,
direct messaging, tasks queues, partitioning, and remote execution. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<LocalMember> |
DistributedGroup.join()
Joins the instance to the membership group.
|
CompletableFuture<LocalMember> |
DistributedGroup.join(Object metadata)
Joins the instance to the membership group with a user-provided member ID.
|
CompletableFuture<LocalMember> |
DistributedGroup.join(String memberId)
Joins the instance to the membership group with a user-provided member ID.
|
CompletableFuture<LocalMember> |
DistributedGroup.join(String memberId,
Object metadata)
Joins the instance to the membership group with a user-provided member ID.
|
Copyright © 2013–2017. All rights reserved.