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 TarantoolIteratorTypeOperator. toIteratorType() -
Uses of TarantoolIteratorType in io.tarantool.driver.protocol
Methods in io.tarantool.driver.protocol that return TarantoolIteratorType Modifier and Type Method Description static TarantoolIteratorTypeTarantoolIteratorType. defaultIterator()Returns the default iterator type (EQ iterator)TarantoolIteratorTypeTarantoolIndexQuery. getIteratorType()Get iterator typeTarantoolIteratorTypeTarantoolIteratorType. reverse()static TarantoolIteratorTypeTarantoolIteratorType. 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 TarantoolIndexQueryTarantoolIndexQuery. 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.BuilderTarantoolSelectRequest.Builder. withIteratorType(TarantoolIteratorType iteratorType)Specify iterator type
-