Package | Description |
---|---|
io.picodata.driver.core |
Driver core classes
|
io.picodata.driver.core.connection |
Contains classes for connection establishing and selection strategy invocation algorithms.
|
io.picodata.driver.core.space |
Contains implementations for Tarantool space operations
|
Modifier and Type | Method and Description |
---|---|
protected abstract TarantoolConnectionManager |
AbstractTarantoolClient.connectionManager(TarantoolClientConfig config,
TarantoolConnectionFactory connectionFactory,
TarantoolConnectionListeners listeners)
Provides a connection manager for Tarantool server connections
|
protected TarantoolConnectionManager |
ClusterTarantoolClient.connectionManager(TarantoolClientConfig config,
TarantoolConnectionFactory connectionFactory,
TarantoolConnectionListeners listeners) |
Modifier and Type | Method and 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 space
|
protected TarantoolSpaceOperations<TarantoolTuple,TarantoolResult<TarantoolTuple>> |
ClusterTarantoolTupleClient.spaceOperations(TarantoolClientConfig config,
TarantoolConnectionManager connectionManager,
TarantoolMetadataOperations metadata,
TarantoolSpaceMetadata spaceMetadata) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTarantoolConnectionManager
Contains basic connection establishing and selection strategy invocation algorithms.
|
class |
TarantoolClusterConnectionManager
Implementation of
AbstractTarantoolConnectionManager , aware of connecting to the Tarantool cluster |
Constructor and Description |
---|
TarantoolSpace(TarantoolClientConfig config,
TarantoolConnectionManager connectionManager,
TarantoolMetadataOperations metadataOperations,
TarantoolSpaceMetadata spaceMetadata) |
TarantoolTupleSpace(TarantoolCallOperations client,
TarantoolClientConfig config,
TarantoolConnectionManager connectionManager,
TarantoolMetadataOperations metadataOperations,
TarantoolSpaceMetadata spaceMetadata)
Basic constructor
|
Copyright © 2025 Picodata. All rights reserved.