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