| 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 |
|---|---|
PrimaryTerm |
PrimaryElectionEvent.term()
Returns the election term.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PrimaryTerm> |
PrimaryElection.enter(GroupMember member)
Enters the primary election.
|
CompletableFuture<PrimaryTerm> |
PrimaryElection.getTerm()
Returns the current term.
|
| Constructor and Description |
|---|
PrimaryElectionEvent(PrimaryElectionEvent.Type type,
PartitionId partitionId,
PrimaryTerm subject) |
Copyright © 2013–2018. All rights reserved.