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.insert(T tuple,
InsertOptions options)
Inserts tuple into the space, if no tuple with same unique keys exists.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InsertOptions<T extends InsertOptions<T>>
Marker interface for space insert operation options
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyInsertOptions
Represent options for insert cluster proxy operation
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<R> |
RetryingTarantoolSpace.insert(T tuple,
InsertOptions options) |
CompletableFuture<R> |
ProxyTarantoolSpace.insert(T tuple,
InsertOptions options) |
Copyright © 2025 Picodata. All rights reserved.