Interface GroupMembership<M extends GroupMember>
- Type Parameters:
M- the group member type
- All Superinterfaces:
GroupMembership<M>
Group membership whose coordinator is identified by its index in the membership.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiondefault Mintstatic <M extends GroupMember>
GroupMembership<M> singleton(M member) Methods inherited from interface org.wildfly.clustering.server.GroupMembership
getMembers
-
Method Details
-
getCoordinatorIndex
int getCoordinatorIndex() -
getCoordinator
- Specified by:
getCoordinatorin interfaceGroupMembership<M extends GroupMember>
-
singleton
-