Uses of Interface
io.tarantool.driver.api.tuple.TarantoolTuple
-
Packages that use TarantoolTuple Package Description io.tarantool.driver.api Contains interfaces and classes essential for end-user driver APIio.tarantool.driver.api.conditions Tuple filtering conditions used in select operationsio.tarantool.driver.api.tuple Contains tuple representation classes and helpersio.tarantool.driver.api.tuple.operations This sub-package is dedicated to Tarantool update and upsert operationsio.tarantool.driver.core Driver core classesio.tarantool.driver.core.space Contains implementations for Tarantool space operationsio.tarantool.driver.core.tuple Contains implementations of tuple representation classes and helpersio.tarantool.driver.mappers Contains converters and mappers that map Java object and MessagePackio.tarantool.driver.mappers.converters.value.custom Contains converters that map MessagePack to connector's special Java objects -
-
Uses of TarantoolTuple in io.tarantool.driver.api
Methods in io.tarantool.driver.api that return types with arguments of type TarantoolTuple Modifier and Type Method Description TarantoolClient<TarantoolTuple,TarantoolResult<TarantoolTuple>>
TarantoolClientBuilder. build()
Build the configured Tarantool client instance.TarantoolClient<TarantoolTuple,TarantoolResult<TarantoolTuple>>
TarantoolClientBuilder. build()
Build the configured Tarantool client instance.TarantoolClient<TarantoolTuple,TarantoolResult<TarantoolTuple>>
TarantoolClientConfigurator. build()
Build the configured Tarantool client instance.TarantoolClient<TarantoolTuple,TarantoolResult<TarantoolTuple>>
TarantoolClientConfigurator. build()
Build the configured Tarantool client instance.Method parameters in io.tarantool.driver.api with type arguments of type TarantoolTuple Modifier and Type Method Description static <T extends TarantoolClientConfigurator<T>>
TTarantoolClientFactory. configureClient(TarantoolClient<TarantoolTuple,TarantoolResult<TarantoolTuple>> client)
Configure an existing client instance and return a copy of it.static <T extends TarantoolClientConfigurator<T>>
TTarantoolClientFactory. configureClient(TarantoolClient<TarantoolTuple,TarantoolResult<TarantoolTuple>> client)
Configure an existing client instance and return a copy of it. -
Uses of TarantoolTuple in io.tarantool.driver.api.conditions
Methods in io.tarantool.driver.api.conditions with parameters of type TarantoolTuple Modifier and Type Method Description static Conditions
Conditions. after(TarantoolTuple tuple)
Start collecting tuples into result after the specified tuple.Conditions
Conditions. startAfter(TarantoolTuple tuple)
Start collecting tuples into result after the specified tuple. -
Uses of TarantoolTuple in io.tarantool.driver.api.tuple
Methods in io.tarantool.driver.api.tuple that return TarantoolTuple Modifier and Type Method Description TarantoolTuple
DefaultTarantoolTupleFactory. create()
TarantoolTuple
DefaultTarantoolTupleFactory. create(Object... fields)
TarantoolTuple
DefaultTarantoolTupleFactory. create(Collection<?> fields)
TarantoolTuple
TarantoolTupleFactory. create()
Create an empty tupleTarantoolTuple
TarantoolTupleFactory. create(Object... fields)
Create a tuple from an array of field valuesTarantoolTuple
TarantoolTupleFactory. create(Collection<?> fields)
Create a tuple from a collection of field values -
Uses of TarantoolTuple in io.tarantool.driver.api.tuple.operations
Methods in io.tarantool.driver.api.tuple.operations with parameters of type TarantoolTuple Modifier and Type Method Description static TupleOperations
TupleOperations. fromTarantoolTuple(TarantoolTuple tuple)
Build a collection of set operations from passed tuple -
Uses of TarantoolTuple in io.tarantool.driver.core
-
Uses of TarantoolTuple in io.tarantool.driver.core.space
Methods in io.tarantool.driver.core.space that return types with arguments of type TarantoolTuple Modifier and Type Method Description TarantoolCursor<TarantoolTuple>
ProxyTarantoolTupleSpace. cursor(Conditions conditions)
TarantoolCursor<TarantoolTuple>
ProxyTarantoolTupleSpace. cursor(Conditions conditions, int batchSize)
TarantoolCursor<TarantoolTuple>
TarantoolTupleSpace. cursor(Conditions conditions)
TarantoolCursor<TarantoolTuple>
TarantoolTupleSpace. cursor(Conditions conditions, int batchSize)
protected CallResultMapper<TarantoolResult<TarantoolTuple>,SingleValueCallResult<TarantoolResult<TarantoolTuple>>>
ProxyTarantoolTupleSpace. tupleResultMapper()
protected CallResultMapper<TarantoolResult<TarantoolTuple>,SingleValueCallResult<TarantoolResult<TarantoolTuple>>>
ProxyTarantoolTupleSpace. tupleResultMapper()
Methods in io.tarantool.driver.core.space with parameters of type TarantoolTuple Modifier and Type Method Description protected TupleOperations
ProxyTarantoolTupleSpace. makeOperationsFromTuple(TarantoolTuple tuple)
protected TupleOperations
TarantoolTupleSpace. makeOperationsFromTuple(TarantoolTuple tuple)
-
Uses of TarantoolTuple in io.tarantool.driver.core.tuple
Classes in io.tarantool.driver.core.tuple that implement TarantoolTuple Modifier and Type Class Description class
TarantoolTupleImpl
Basic Tarantool tuple implementation -
Uses of TarantoolTuple in io.tarantool.driver.mappers
-
Uses of TarantoolTuple in io.tarantool.driver.mappers.converters.value.custom
Methods in io.tarantool.driver.mappers.converters.value.custom that return TarantoolTuple Modifier and Type Method Description TarantoolTuple
TarantoolTupleConverter. fromValue(org.msgpack.value.ArrayValue value)
-