Uses of Class
io.atomix.primitive.partition.PrimaryTerm
| Package | Description |
|---|---|
| io.atomix.primitive.partition |
Provides classes and interfaces for managing primitive partitions, partition groups, and member groups.
|
-
Uses of PrimaryTerm in io.atomix.primitive.partition
Methods in io.atomix.primitive.partition that return PrimaryTerm Modifier and Type Method Description PrimaryTermPrimaryElectionEvent. term()Returns the election term.Methods in io.atomix.primitive.partition that return types with arguments of type PrimaryTerm Modifier and Type Method Description CompletableFuture<PrimaryTerm>PrimaryElection. enter(GroupMember member)Enters the primary election.CompletableFuture<PrimaryTerm>PrimaryElection. getTerm()Returns the current term.Constructors in io.atomix.primitive.partition with parameters of type PrimaryTerm Constructor Description PrimaryElectionEvent(PrimaryElectionEvent.Type type, PartitionId partitionId, PrimaryTerm subject)