Uses of Class
io.tarantool.driver.core.RequestFutureManager
-
Packages that use RequestFutureManager 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 RequestFutureManager in io.tarantool.driver.core
Constructors in io.tarantool.driver.core with parameters of type RequestFutureManager Constructor Description TarantoolChannelInitializer(TarantoolClientConfig config, RequestFutureManager futureManager, TarantoolVersionHolder versionHolder, CompletableFuture<io.netty.channel.Channel> connectionFuture)
-
Uses of RequestFutureManager in io.tarantool.driver.core.connection
Fields in io.tarantool.driver.core.connection declared as RequestFutureManager Modifier and Type Field Description protected RequestFutureManager
TarantoolConnectionImpl. requestManager
Constructors in io.tarantool.driver.core.connection with parameters of type RequestFutureManager Constructor Description TarantoolConnectionImpl(RequestFutureManager requestManager, TarantoolVersionHolder versionHolder, io.netty.channel.Channel channel)
-
Uses of RequestFutureManager in io.tarantool.driver.handlers
Constructors in io.tarantool.driver.handlers with parameters of type RequestFutureManager Constructor Description TarantoolRequestHandler(RequestFutureManager futureManager)
TarantoolResponseHandler(RequestFutureManager futureManager)
-