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 |
BaseOptions
Base functional for all operation options.
|
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 |
ProxyTruncateOptions
Represent options for truncate 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 |
OperationWithBalanceOptions<T extends OperationWithBalanceOptions<T>>
Base interface for all operation options that may have a configurable "balance" option.
|
interface |
OperationWithBatchSizeOptions<T extends OperationWithBatchSizeOptions<T>> |
interface |
OperationWithBucketIdOptions<T extends OperationWithBucketIdOptions<T>>
Base interface for all operation options that may have a configurable bucket id.
|
interface |
OperationWithFetchLatestMetadataOptions<T extends OperationWithFetchLatestMetadataOptions<T>>
Base interface for all operation options that may have a configurable "fetch_latest_metadata" option.
|
interface |
OperationWithFieldsOptions<T extends OperationWithFieldsOptions<T>>
Base interface for all operation options that may have a configurable return.
|
interface |
OperationWithForceMapCallOptions<T extends OperationWithForceMapCallOptions<T>>
Base interface for all operation options that may have a configurable "force_map_call" option.
|
interface |
OperationWithFullScanOptions<T extends OperationWithModeOptions<T>> |
interface |
OperationWithModeOptions<T extends OperationWithModeOptions<T>>
Base interface for all operation options that may have a configurable mode.
|
interface |
OperationWithPreferReplicaOptions<T extends OperationWithPreferReplicaOptions<T>>
Base interface for all operation options that may have a configurable "prefer_replica".
|
interface |
OperationWithRollbackOnErrorOptions<T extends OperationWithRollbackOnErrorOptions<T>>
Base interface for all operation options that may have a configurable rollback_on_error.
|
interface |
OperationWithStopOnErrorOptions<T extends OperationWithStopOnErrorOptions<T>>
Base interface for all operation options that may have a configurable stop_on_error.
|
interface |
OperationWithTimeoutOptions<T extends OperationWithTimeoutOptions<T>>
Base class for all operation options that may have a configurable timeout.
|
interface |
OperationWithVshardRouterOptions<T extends OperationWithVshardRouterOptions<T>>
Base interface for all operation options that may have a configurable "vshard_router" value.
|
interface |
OperationWithYieldEveryOptions<T extends OperationWithYieldEveryOptions<T>> |
Copyright © 2025 Picodata. All rights reserved.