Uses of Interface
io.atomix.primitive.partition.MemberGroup
| Package | Description |
|---|---|
| io.atomix.primitive.partition |
Provides classes and interfaces for managing primitive partitions, partition groups, and member groups.
|
-
Uses of MemberGroup in io.atomix.primitive.partition
Methods in io.atomix.primitive.partition that return MemberGroup Modifier and Type Method Description default MemberGroupMemberGroupService. getMemberGroup(io.atomix.cluster.Member member)Returns the group for the given node.Methods in io.atomix.primitive.partition that return types with arguments of type MemberGroup Modifier and Type Method Description Collection<MemberGroup>MemberGroupProvider. getMemberGroups(Collection<io.atomix.cluster.Member> members)Creates member groups from the given list of nodes.Collection<MemberGroup>MemberGroupService. getMemberGroups()Returns the collection of member groups.Constructor parameters in io.atomix.primitive.partition with type arguments of type MemberGroup Constructor Description MemberGroupEvent(MemberGroupEvent.Type type, Collection<MemberGroup> subject)MemberGroupEvent(MemberGroupEvent.Type type, Collection<MemberGroup> subject, long time)