Uses of Class
io.tarantool.driver.TarantoolVersion
-
Packages that use TarantoolVersion Package Description io.tarantool.driver Tarantool Client implementation based on the Netty transport and official MessagePack serializer implementation.io.tarantool.driver.api Contains interfaces and classes essential for end-user driver APIio.tarantool.driver.api.connection Classes for working with connections to Tarantool instances.io.tarantool.driver.core Driver core classesio.tarantool.driver.core.connection Contains classes for connection establishing and selection strategy invocation algorithms. -
-
Uses of TarantoolVersion in io.tarantool.driver
Methods in io.tarantool.driver that return TarantoolVersion Modifier and Type Method Description static TarantoolVersion
TarantoolVersion. fromString(String versionString)
Constructs version from a stringTarantoolVersion
TarantoolVersionHolder. getVersion()
Get Tarantool server version -
Uses of TarantoolVersion in io.tarantool.driver.api
Methods in io.tarantool.driver.api that return TarantoolVersion Modifier and Type Method Description TarantoolVersion
TarantoolClient. getVersion()
Get the Tarantool server version -
Uses of TarantoolVersion in io.tarantool.driver.api.connection
Methods in io.tarantool.driver.api.connection that return TarantoolVersion Modifier and Type Method Description TarantoolVersion
TarantoolConnection. getVersion()
Get the Tarantool server version -
Uses of TarantoolVersion in io.tarantool.driver.core
Methods in io.tarantool.driver.core that return TarantoolVersion Modifier and Type Method Description TarantoolVersion
AbstractTarantoolClient. getVersion()
TarantoolVersion
ProxyTarantoolClient. getVersion()
TarantoolVersion
RetryingTarantoolClient. getVersion()
-
Uses of TarantoolVersion in io.tarantool.driver.core.connection
Methods in io.tarantool.driver.core.connection that return TarantoolVersion Modifier and Type Method Description TarantoolVersion
TarantoolConnectionImpl. getVersion()
-