Class TarantoolServerAddress

    • Constructor Detail

      • TarantoolServerAddress

        public TarantoolServerAddress()
        Creates a TarantoolServerAddress with default host and port
      • TarantoolServerAddress

        public TarantoolServerAddress​(String host,
                                      int port)
        Creates a TarantoolServerAddress instance
        Parameters:
        host - hostname
      • TarantoolServerAddress

        public TarantoolServerAddress​(String address)
        Create a TarantoolServerAddress from connection string e.g. 127.0.0.1:3301, localhost:3301, [::1]:3301, user:password@localhost:3301, user:password@[::1]:3301
        Parameters:
        address - address to Tarantool