Uses of Class
io.tarantool.driver.TarantoolVersionHolder
-
Packages that use TarantoolVersionHolder Package Description io.tarantool.driver.core Driver core classesio.tarantool.driver.core.connection Contains classes for connection establishing and selection strategy invocation algorithms.io.tarantool.driver.handlers Contains Netty handler implementations -
-
Uses of TarantoolVersionHolder in io.tarantool.driver.core
Constructors in io.tarantool.driver.core with parameters of type TarantoolVersionHolder Constructor Description TarantoolChannelInitializer(TarantoolClientConfig config, RequestFutureManager futureManager, TarantoolVersionHolder versionHolder, CompletableFuture<io.netty.channel.Channel> connectionFuture)
-
Uses of TarantoolVersionHolder in io.tarantool.driver.core.connection
Fields in io.tarantool.driver.core.connection declared as TarantoolVersionHolder Modifier and Type Field Description protected TarantoolVersionHolder
TarantoolConnectionImpl. versionHolder
Constructors in io.tarantool.driver.core.connection with parameters of type TarantoolVersionHolder Constructor Description TarantoolConnectionImpl(RequestFutureManager requestManager, TarantoolVersionHolder versionHolder, io.netty.channel.Channel channel)
-
Uses of TarantoolVersionHolder in io.tarantool.driver.handlers
Constructors in io.tarantool.driver.handlers with parameters of type TarantoolVersionHolder Constructor Description TarantoolAuthenticationHandler(CompletableFuture<io.netty.channel.Channel> connectionFuture, TarantoolVersionHolder versionHolder, S credentials, T authenticator)
Basic constructor.
-