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.delete(Conditions conditions,
DeleteOptions options)
Delete a tuple.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DeleteOptions<T extends DeleteOptions<T>>
Marker interface for space delete operation options
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyDeleteOptions
Represent options for delete cluster proxy operation
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<R> |
RetryingTarantoolSpace.delete(Conditions conditions,
DeleteOptions options) |
CompletableFuture<R> |
ProxyTarantoolSpace.delete(Conditions conditions,
DeleteOptions options) |
Copyright © 2025 Picodata. All rights reserved.