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 Summary

    Modifier and Type Method Description
    SocketAddress getSocketAddress()
    Returns the socket address for this endpoint.
    UUID getUuid()
    Returns the UUID of this endpoint
  • Method Details

    • getUuid

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

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