| 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.handlers |
Contains Netty handler implementations
|
| Constructor and Description |
|---|
TarantoolChannelInitializer(TarantoolClientConfig config,
RequestFutureManager futureManager,
TarantoolVersionHolder versionHolder,
CompletableFuture<io.netty.channel.Channel> connectionFuture) |
| Modifier and Type | Field and Description |
|---|---|
protected TarantoolVersionHolder |
TarantoolConnectionImpl.versionHolder |
| Constructor and Description |
|---|
TarantoolConnectionImpl(RequestFutureManager requestManager,
TarantoolVersionHolder versionHolder,
io.netty.channel.Channel channel) |
| Constructor and Description |
|---|
TarantoolAuthenticationHandler(CompletableFuture<io.netty.channel.Channel> connectionFuture,
TarantoolVersionHolder versionHolder,
TarantoolCredentials credentials,
TarantoolAuthenticator authenticator)
Basic constructor.
|
Copyright © 2025 Picodata. All rights reserved.