Uses of Class
io.atomix.primitive.partition.PrimaryElectionEvent.Type
| Package | Description |
|---|---|
| io.atomix.primitive.partition |
Provides classes and interfaces for managing primitive partitions, partition groups, and member groups.
|
-
Uses of PrimaryElectionEvent.Type in io.atomix.primitive.partition
Methods in io.atomix.primitive.partition that return PrimaryElectionEvent.Type Modifier and Type Method Description static PrimaryElectionEvent.TypePrimaryElectionEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static PrimaryElectionEvent.Type[]PrimaryElectionEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.atomix.primitive.partition with parameters of type PrimaryElectionEvent.Type Constructor Description PrimaryElectionEvent(PrimaryElectionEvent.Type type, PartitionId partitionId, PrimaryTerm subject)