Uses of Class
io.tarantool.driver.InvalidVersionException
-
Packages that use InvalidVersionException Package Description io.tarantool.driver Tarantool Client implementation based on the Netty transport and official MessagePack serializer implementation. -
-
Uses of InvalidVersionException in io.tarantool.driver
Methods in io.tarantool.driver that throw InvalidVersionException Modifier and Type Method Description static TarantoolVersion
TarantoolVersion. fromString(String versionString)
Constructs version from a stringvoid
TarantoolVersionHolder. readVersion(String versionString)
Reads Tarantool version from aString
.
-