Interface Node


public interface Node
Identifies a member of a cluster.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the logical name of this node.
    Returns the unique socking binding address of this node.
  • Method Details

    • getName

      String getName()
      Returns the logical name of this node.
      Returns:
      a unique name
    • getSocketAddress

      InetSocketAddress getSocketAddress()
      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.