Package org.wildfly.clustering.group
Interface Group
- All Superinterfaces:
Registrar<GroupListener>
Deprecated, for removal: This API element is subject to removal in a future version.
Represents a groups of nodes.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Returns the local member.Deprecated, for removal: This API element is subject to removal in a future version.Gets the current membership of this groupgetName()Deprecated, for removal: This API element is subject to removal in a future version.Returns the logical name of this group.booleanDeprecated, for removal: This API element is subject to removal in a future version.Indicates whether or not this is a singleton group.
-
Method Details
-
getName
String getName()Deprecated, for removal: This API element is subject to removal in a future version.Returns the logical name of this group.- Returns:
- the group name
-
getLocalMember
Node getLocalMember()Deprecated, for removal: This API element is subject to removal in a future version.Returns the local member.- Returns:
- the local member
-
getMembership
Membership getMembership()Deprecated, for removal: This API element is subject to removal in a future version.Gets the current membership of this group- Returns:
- the group membership
-
isSingleton
boolean isSingleton()Deprecated, for removal: This API element is subject to removal in a future version.Indicates whether or not this is a singleton group. The membership of a singleton group contains only the local member and never changes.- Returns:
- true, if this is a singleton group, false otherwise.
-
Group.