Interface Node


@Deprecated(forRemoval=true) public interface Node
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by GroupMember.
Identifies a member of a cluster.
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 logical name of this node.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the unique socking binding address of this node.
  • 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 node.
      Returns:
      a unique name
    • getSocketAddress

      default InetSocketAddress getSocketAddress()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the unique socking binding address of this node.
      Returns:
      a socket binding address, or null if this node is a member of a singleton group.