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