Uses of Class
io.tarantool.driver.protocol.TarantoolRequestFieldType
-
Packages that use TarantoolRequestFieldType Package Description io.tarantool.driver.protocol Tarantool binary protocol primitives and helpers -
-
Uses of TarantoolRequestFieldType in io.tarantool.driver.protocol
Methods in io.tarantool.driver.protocol that return TarantoolRequestFieldType Modifier and Type Method Description static TarantoolRequestFieldType
TarantoolRequestFieldType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TarantoolRequestFieldType[]
TarantoolRequestFieldType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-