Uses of Class
io.atomix.cluster.protocol.GroupMembershipEvent.Type
| Package | Description |
|---|---|
| io.atomix.cluster.protocol |
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.Type Modifier and Type Method Description static GroupMembershipEvent.TypeGroupMembershipEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupMembershipEvent.Type[]GroupMembershipEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.atomix.cluster.protocol with parameters of type GroupMembershipEvent.Type Constructor Description GroupMembershipEvent(GroupMembershipEvent.Type type, Member subject)GroupMembershipEvent(GroupMembershipEvent.Type type, Member subject, long time)