Uses of Class
io.tarantool.driver.protocol.TarantoolIteratorType
-
Packages that use TarantoolIteratorType Package Description io.tarantool.driver.api.conditions Tuple filtering conditions used in select operationsio.tarantool.driver.protocol Tarantool binary protocol primitives and helpersio.tarantool.driver.protocol.requests This sub-package is dedicated to Tarantool operation requests -
-
Uses of TarantoolIteratorType in io.tarantool.driver.api.conditions
Methods in io.tarantool.driver.api.conditions that return TarantoolIteratorType Modifier and Type Method Description TarantoolIteratorType
Operator. toIteratorType()
-
Uses of TarantoolIteratorType in io.tarantool.driver.protocol
Methods in io.tarantool.driver.protocol that return TarantoolIteratorType Modifier and Type Method Description static TarantoolIteratorType
TarantoolIteratorType. defaultIterator()
Returns the default iterator type (EQ iterator)TarantoolIteratorType
TarantoolIndexQuery. getIteratorType()
Get iterator typeTarantoolIteratorType
TarantoolIteratorType. reverse()
static TarantoolIteratorType
TarantoolIteratorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TarantoolIteratorType[]
TarantoolIteratorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.tarantool.driver.protocol with parameters of type TarantoolIteratorType Modifier and Type Method Description TarantoolIndexQuery
TarantoolIndexQuery. withIteratorType(TarantoolIteratorType iteratorType)
Set iterator type -
Uses of TarantoolIteratorType in io.tarantool.driver.protocol.requests
Methods in io.tarantool.driver.protocol.requests with parameters of type TarantoolIteratorType Modifier and Type Method Description TarantoolSelectRequest.Builder
TarantoolSelectRequest.Builder. withIteratorType(TarantoolIteratorType iteratorType)
Specify iterator type
-