Package | Description |
---|---|
io.picodata.driver.api.space.options |
Contains implementations for Tarantool space options
|
io.picodata.driver.api.space.options.crud |
Contains interfaces for Tarantool CRUD options
|
Modifier and Type | Interface and Description |
---|---|
interface |
InsertManyOptions<T extends InsertManyOptions<T>>
Marker interface for space insert_many operation options
|
interface |
ReplaceManyOptions<T extends ReplaceManyOptions<T>>
Marker interface for space replace_many operation options
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyInsertManyOptions
Represent options for insert_many cluster proxy operation
|
class |
ProxyReplaceManyOptions
Represent options for replace_many cluster proxy operation
|
Modifier and Type | Interface and Description |
---|---|
interface |
OperationWithRollbackOnErrorOptions<T extends OperationWithRollbackOnErrorOptions<T>>
Base interface for all operation options that may have a configurable rollback_on_error.
|
Copyright © 2025 Picodata. All rights reserved.