Uses of Enum Class
io.atomix.primitive.partition.PartitionEvent.Type
Packages that use PartitionEvent.Type
Package
Description
Provides classes and interfaces for managing primitive partitions, partition groups, and member
groups.
-
Uses of PartitionEvent.Type in io.atomix.primitive.partition
Methods in io.atomix.primitive.partition that return PartitionEvent.TypeModifier and TypeMethodDescriptionstatic PartitionEvent.TypeReturns the enum constant of this class with the specified name.static PartitionEvent.Type[]PartitionEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.atomix.primitive.partition with parameters of type PartitionEvent.TypeModifierConstructorDescriptionPartitionEvent(PartitionEvent.Type type, PartitionId partition, Collection<MemberId> members, MemberId primary, Collection<MemberId> backups, long time)