| Package | Description |
|---|---|
| io.atomix.primitive.partition |
| Modifier and Type | Method and Description |
|---|---|
PrimaryTerm |
PrimaryElectionEvent.term()
Returns the election term.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PrimaryTerm> |
PrimaryElection.enter(io.atomix.cluster.NodeId nodeId)
Enters the primary election.
|
CompletableFuture<PrimaryTerm> |
PrimaryElection.getTerm()
Returns the current term.
|
| Constructor and Description |
|---|
PrimaryElectionEvent(PrimaryElectionEvent.Type type,
PrimaryTerm subject) |
Copyright © 2013–2018. All rights reserved.