Uses of Enum Class
io.atomix.cluster.protocol.GroupMembershipEvent.Type
Packages that use GroupMembershipEvent.Type
Package
Description
Provides interfaces and implementations for group membership protocols.
-
Uses of GroupMembershipEvent.Type in io.atomix.cluster.protocol
Methods in io.atomix.cluster.protocol that return GroupMembershipEvent.TypeModifier and TypeMethodDescriptionstatic GroupMembershipEvent.TypeReturns the enum constant of this class with the specified name.static GroupMembershipEvent.Type[]GroupMembershipEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.atomix.cluster.protocol with parameters of type GroupMembershipEvent.TypeModifierConstructorDescriptionGroupMembershipEvent(GroupMembershipEvent.Type type, Member subject)