Uses of Class
io.atomix.primitive.partition.MemberGroupEvent.Type
| Package | Description |
|---|---|
| io.atomix.primitive.partition |
Provides classes and interfaces for managing primitive partitions, partition groups, and member groups.
|
-
Uses of MemberGroupEvent.Type in io.atomix.primitive.partition
Methods in io.atomix.primitive.partition that return MemberGroupEvent.Type Modifier and Type Method Description static MemberGroupEvent.TypeMemberGroupEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MemberGroupEvent.Type[]MemberGroupEvent.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 MemberGroupEvent.Type Constructor Description MemberGroupEvent(MemberGroupEvent.Type type, Collection<MemberGroup> subject)MemberGroupEvent(MemberGroupEvent.Type type, Collection<MemberGroup> subject, long time)