Uses of Interface
io.atomix.primitive.partition.PrimaryElection
| Package | Description |
|---|---|
| io.atomix.primitive.partition |
Provides classes and interfaces for managing primitive partitions, partition groups, and member groups.
|
-
Uses of PrimaryElection in io.atomix.primitive.partition
Subinterfaces of PrimaryElection in io.atomix.primitive.partition Modifier and Type Interface Description interfaceManagedPrimaryElectionManaged primary election.Methods in io.atomix.primitive.partition that return PrimaryElection Modifier and Type Method Description PrimaryElectionPrimaryElectionService. getElectionFor(PartitionId partitionId)Returns the primary election for the given partition identifier.