| 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.select(Conditions conditions,
SelectOptions options)
Select tuples matching the specified query with specified conditions and options.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SelectOptions<T extends SelectOptions<T>>
Marker interface for space select operation options
TODO: separate proxy options and cluster options:
issue
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProxySelectOptions
Represent options for select cluster proxy operation
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<R> |
RetryingTarantoolSpace.select(Conditions conditions,
SelectOptions options) |
CompletableFuture<R> |
ProxyTarantoolSpace.select(Conditions conditions,
SelectOptions options) |
Copyright © 2025 Picodata. All rights reserved.