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 TarantoolVersionTarantoolVersion. fromString(String versionString)Constructs version from a stringTarantoolVersionTarantoolVersionHolder. 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 TarantoolVersionTarantoolClient. 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 TarantoolVersionTarantoolConnection. 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 TarantoolVersionAbstractTarantoolClient. getVersion()TarantoolVersionProxyTarantoolClient. getVersion()TarantoolVersionRetryingTarantoolClient. 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 TarantoolVersionTarantoolConnectionImpl. getVersion()
-