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.replaceMany(Collection<T> tuples,
ReplaceManyOptions options)
Insert or replace several tuples into the space at once.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReplaceManyOptions<T extends ReplaceManyOptions<T>>
Marker interface for space replace_many operation options
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyReplaceManyOptions
Represent options for replace_many cluster proxy operation
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<R> |
RetryingTarantoolSpace.replaceMany(Collection<T> tuples,
ReplaceManyOptions options) |
CompletableFuture<R> |
ProxyTarantoolSpace.replaceMany(Collection<T> tuples,
ReplaceManyOptions options) |
Copyright © 2025 Picodata. All rights reserved.