Uses of Interface
io.tarantool.driver.core.connection.TarantoolConnectionManager
-
Packages that use TarantoolConnectionManager 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.core.space Contains implementations for Tarantool space operations -
-
Uses of TarantoolConnectionManager in io.tarantool.driver.core
Methods in io.tarantool.driver.core that return TarantoolConnectionManager Modifier and Type Method Description protected abstract TarantoolConnectionManager
AbstractTarantoolClient. connectionManager(TarantoolClientConfig config, TarantoolConnectionFactory connectionFactory, TarantoolConnectionListeners listeners)
Provides a connection manager for Tarantool server connectionsprotected TarantoolConnectionManager
ClusterTarantoolClient. connectionManager(TarantoolClientConfig config, TarantoolConnectionFactory connectionFactory, TarantoolConnectionListeners listeners)
Methods in io.tarantool.driver.core with parameters of type TarantoolConnectionManager Modifier and Type Method Description protected abstract TarantoolSpaceOperations<T,R>
AbstractTarantoolClient. spaceOperations(TarantoolClientConfig config, TarantoolConnectionManager connectionManager, TarantoolMetadataOperations metadata, TarantoolSpaceMetadata spaceMetadata)
Creates a space API implementation instance for the specified spaceprotected TarantoolSpaceOperations<TarantoolTuple,TarantoolResult<TarantoolTuple>>
ClusterTarantoolTupleClient. spaceOperations(TarantoolClientConfig config, TarantoolConnectionManager connectionManager, TarantoolMetadataOperations metadata, TarantoolSpaceMetadata spaceMetadata)
-
Uses of TarantoolConnectionManager in io.tarantool.driver.core.connection
Classes in io.tarantool.driver.core.connection that implement TarantoolConnectionManager Modifier and Type Class Description class
AbstractTarantoolConnectionManager
Contains basic connection establishing and selection strategy invocation algorithms.class
TarantoolClusterConnectionManager
Implementation ofAbstractTarantoolConnectionManager
, aware of connecting to the Tarantool cluster -
Uses of TarantoolConnectionManager in io.tarantool.driver.core.space
Constructors in io.tarantool.driver.core.space with parameters of type TarantoolConnectionManager Constructor Description TarantoolSpace(TarantoolClientConfig config, TarantoolConnectionManager connectionManager, TarantoolMetadataOperations metadataOperations, TarantoolSpaceMetadata spaceMetadata)
TarantoolTupleSpace(TarantoolCallOperations client, TarantoolClientConfig config, TarantoolConnectionManager connectionManager, TarantoolMetadataOperations metadataOperations, TarantoolSpaceMetadata spaceMetadata)
Basic constructor
-