public interface GroupManager
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup(Object key)
Get the group for a given key
|
Address |
getPrimaryOwner(String group)
It returns the primary owner of the group.
|
boolean |
isOwner(String group)
Checks if this node is an owner of the group.
|
boolean |
isPrimaryOwner(String group)
It checks if this node is the primary owner of the group.
|
String getGroup(Object key)
key - the key for which to get the groupboolean isOwner(String group)
group - the group name.true if this node is an owner of the group, false otherwise.Address getPrimaryOwner(String group)
group - the group name.boolean isPrimaryOwner(String group)
group - the group name.true if this node is the primary owner of the group, false otherwise.Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.