Uses of Package
io.tarantool.driver.core
-
Packages that use io.tarantool.driver.core 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 -
Classes in io.tarantool.driver.core used by io.tarantool.driver.core Class Description AbstractTarantoolClient Basic Tarantool client implementation.ClusterTarantoolClient Main class for connecting to a cluster of Tarantool servers.ProxyTarantoolClient Client implementation that decorates aTarantoolClient
instance, proxying all CRUD operations through the instance'scall
method to the proxy functions defined on the Tarantool instance(s).RequestFutureManager Keeps track of submitted requests, finishing them by timeout and allowing asynchronous request processingRetryingTarantoolClient Client implementation that decorates aTarantoolClient
instance, allowing to specify a retry policy for all requests made through this client instance.TarantoolClientConfiguratorImpl Tarantool client configurator implementation.TarantoolRequestMetadata Intermediate request metadata holder -
Classes in io.tarantool.driver.core used by io.tarantool.driver.core.connection Class Description RequestFutureManager Keeps track of submitted requests, finishing them by timeout and allowing asynchronous request processing -
Classes in io.tarantool.driver.core used by io.tarantool.driver.handlers Class Description RequestFutureManager Keeps track of submitted requests, finishing them by timeout and allowing asynchronous request processing