Interface Node


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

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