public interface Membership
Modifier and Type | Method and Description |
---|---|
Node |
getCoordinator()
Returns the coordinator node of this group membership.
|
List<Node> |
getMembers()
Returns the nodes that comprise this group membership.
|
boolean |
isCoordinator()
Indicates whether or not the local node is the coordinator of this group membership.
|
boolean isCoordinator()
group.getLocalNode().equals(#getCoordinator())
Node getCoordinator()
Copyright © 2019 JBoss by Red Hat. All rights reserved.