Interface TarantoolConnectionManager

    • Method Detail

      • getConnection

        CompletableFuture<TarantoolConnection> getConnection()
        Get an established connection according to the order provided by specified connection selection strategy. If the connection procedure hasn't been performed yet, starts it.
        Returns:
        a future with next connection in order
      • refresh

        boolean refresh()
        Starts the process of establishing lacking connections to each host
        Returns:
        returns true if the establishing process has been started, else false