Package | Description |
---|---|
io.picodata.driver |
Picodata/Tarantool Client implementation based on the Netty transport and official MessagePack serializer
implementation.
|
io.picodata.driver.api |
Contains interfaces and classes essential for end-user driver API
|
io.picodata.driver.api.connection |
Classes for working with connections to Tarantool instances.
|
io.picodata.driver.core |
Driver core classes
|
io.picodata.driver.core.connection |
Contains classes for connection establishing and selection strategy invocation algorithms.
|
Modifier and Type | Method and Description |
---|---|
static TarantoolVersion |
TarantoolVersion.fromString(String versionString)
Constructs version from a string
|
TarantoolVersion |
TarantoolVersionHolder.getVersion()
Get Tarantool server version
|
Modifier and Type | Method and Description |
---|---|
TarantoolVersion |
TarantoolClient.getVersion()
Get the Tarantool server version
|
Modifier and Type | Method and Description |
---|---|
TarantoolVersion |
TarantoolConnection.getVersion()
Get the Tarantool server version
|
Modifier and Type | Method and Description |
---|---|
TarantoolVersion |
ProxyTarantoolClient.getVersion() |
TarantoolVersion |
RetryingTarantoolClient.getVersion() |
TarantoolVersion |
AbstractTarantoolClient.getVersion() |
Modifier and Type | Method and Description |
---|---|
TarantoolVersion |
TarantoolConnectionImpl.getVersion() |
Copyright © 2025 Picodata. All rights reserved.