Interface Endpoint

  • All Known Subinterfaces:
    Client, Member

    public interface Endpoint
    Endpoint represents a peer in the cluster. It can be either a member or a client.
    See Also:
    Member, Client
    • Method Detail

      • getUuid

        java.util.UUID getUuid()
        Returns the UUID of this endpoint
        Returns:
        the UUID of this endpoint
      • getSocketAddress

        java.net.SocketAddress getSocketAddress()
        Returns the socket address for this endpoint.
        Returns:
        the socket address for this endpoint