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.replace(T tuple,
ReplaceOptions options)
Insert a tuple into the space or replace an existing one.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReplaceOptions<T extends ReplaceOptions<T>>
Marker interface for space replace operation options
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyReplaceOptions
Represent options for replace cluster proxy operation
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<R> |
RetryingTarantoolSpace.replace(T tuple,
ReplaceOptions options) |
CompletableFuture<R> |
ProxyTarantoolSpace.replace(T tuple,
ReplaceOptions options) |
Copyright © 2025 Picodata. All rights reserved.