Package | Description |
---|---|
io.picodata.driver.api.space |
Contains interfaces for Tarantool space operations
|
io.picodata.driver.api.space.options |
Contains implementations for Tarantool space options
|
io.picodata.driver.core.space |
Contains implementations for Tarantool space operations
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<R> |
TarantoolSpaceOperations.upsert(Conditions conditions,
T tuple,
TupleOperations operations,
UpsertOptions options)
Update tuple if it would be found elsewhere try to insert tuple.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UpsertOptions<T extends UpsertOptions<T>>
Marker interface for space upsert operation options
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyUpsertOptions
Represent options for update cluster proxy operation
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<R> |
RetryingTarantoolSpace.upsert(Conditions conditions,
T tuple,
TupleOperations operations,
UpsertOptions options) |
CompletableFuture<R> |
ProxyTarantoolSpace.upsert(Conditions conditions,
T tuple,
TupleOperations operations,
UpsertOptions options) |
Copyright © 2025 Picodata. All rights reserved.