Interface Group

All Superinterfaces:
Registrar<GroupListener>

@Deprecated(forRemoval=true) public interface Group extends Registrar<GroupListener>
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by Group.
Represents a groups of nodes.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, 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 group
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the logical name of this group.
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    Indicates whether or not this is a singleton group.

    Methods inherited from interface org.wildfly.clustering.Registrar

    register
  • 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.