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 |
DeleteOptions<T extends DeleteOptions<T>>
Marker interface for space delete operation options
|
interface |
InsertManyOptions<T extends InsertManyOptions<T>>
Marker interface for space insert_many operation options
|
interface |
InsertOptions<T extends InsertOptions<T>>
Marker interface for space insert operation options
|
interface |
ReplaceManyOptions<T extends ReplaceManyOptions<T>>
Marker interface for space replace_many operation options
|
interface |
ReplaceOptions<T extends ReplaceOptions<T>>
Marker interface for space replace operation options
|
interface |
SelectOptions<T extends SelectOptions<T>>
Marker interface for space select operation options
TODO: separate proxy options and cluster options:
issue
|
interface |
UpdateOptions<T extends UpdateOptions<T>>
Marker interface for space update operation options
|
interface |
UpsertOptions<T extends UpsertOptions<T>>
Marker interface for space upsert operation options
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyDeleteOptions
Represent options for delete cluster proxy operation
|
class |
ProxyInsertManyOptions
Represent options for insert_many cluster proxy operation
|
class |
ProxyInsertOptions
Represent options for insert cluster proxy operation
|
class |
ProxyReplaceManyOptions
Represent options for replace_many cluster proxy operation
|
class |
ProxyReplaceOptions
Represent options for replace cluster proxy operation
|
class |
ProxySelectOptions
Represent options for select cluster proxy operation
|
class |
ProxyUpdateOptions
Represent options for update cluster proxy operation
|
class |
ProxyUpsertOptions
Represent options for update cluster proxy operation
|
Modifier and Type | Interface and Description |
---|---|
interface |
OperationWithFetchLatestMetadataOptions<T extends OperationWithFetchLatestMetadataOptions<T>>
Base interface for all operation options that may have a configurable "fetch_latest_metadata" option.
|
Copyright © 2025 Picodata. All rights reserved.