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