public interface MemberGroup
The member group represents a group of nodes that can own a single replica for a single partition. Replication is performed in a manner that avoids assigning multiple replicas to the same member group.
| Modifier and Type | Method and Description |
|---|---|
MemberGroupId |
id()
Returns the group identifier.
|
boolean |
isMember(Member member)
Returns a boolean indicating whether the given node is a member of the group.
|
MemberGroupId id()
boolean isMember(Member member)
member - the node to checkCopyright © 2013–2018. All rights reserved.