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:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the socket address for this endpoint.
    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