Interface Endpoint.Builder

    • Method Detail

      • address

        Endpoint.Builder address​(String address)

        The DNS hostname of the cache node.

        Parameters:
        address - The DNS hostname of the cache node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • port

        Endpoint.Builder port​(Integer port)

        The port number that the cache engine is listening on.

        Parameters:
        port - The port number that the cache engine is listening on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.