| Package | Description |
|---|---|
| io.atomix.primitive.partition |
Provides classes and interfaces for managing primitive partitions, partition groups, and member groups.
|
| Modifier and Type | Method and Description |
|---|---|
GroupMember |
PrimaryTerm.primary()
Returns the primary member.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupMember> |
PrimaryTerm.backups(int numBackups)
Returns an ordered list of backup members.
|
List<GroupMember> |
PrimaryTerm.candidates()
Returns the list of members.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PrimaryTerm> |
PrimaryElection.enter(GroupMember member)
Enters the primary election.
|
| Constructor and Description |
|---|
PrimaryTerm(long term,
GroupMember primary,
List<GroupMember> candidates) |
| Constructor and Description |
|---|
PrimaryTerm(long term,
GroupMember primary,
List<GroupMember> candidates) |
Copyright © 2013–2018. All rights reserved.