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
|
io.picodata.driver.core.proxy |
Contains classes and interfaces essential for proxy client
|
Modifier and Type | Interface and Description |
---|---|
interface |
Self<T extends Self<T>> |
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 |
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>> |
Modifier and Type | Interface and Description |
---|---|
interface |
OperationWithIndexQueryBuilderOptions<T extends OperationWithIndexQueryBuilderOptions<T>> |
interface |
OperationWithTupleBuilderOptions<T extends OperationWithTupleBuilderOptions<T,R>,R extends Packable> |
interface |
OperationWithTupleOperationBuilderOptions<T extends OperationWithTupleOperationBuilderOptions<T>> |
interface |
OperationWithTuplesBuilderOptions<T extends OperationWithTuplesBuilderOptions<T,P>,P extends Packable> |
Modifier and Type | Class and Description |
---|---|
static class |
DeleteProxyOperation.Builder<T>
The builder for this class.
|
static class |
InsertManyProxyOperation.Builder<T extends Packable,R extends Collection<T>>
The builder for this class.
|
static class |
InsertProxyOperation.Builder<T extends Packable,R extends Collection<T>>
The builder for this class.
|
static class |
ReplaceManyProxyOperation.Builder<T extends Packable,R extends Collection<T>>
The builder for this class.
|
static class |
ReplaceProxyOperation.Builder<T extends Packable,R extends Collection<T>>
The builder for this class.
|
static class |
SelectProxyOperation.Builder<T>
The builder for this class.
|
static class |
TruncateProxyOperation.Builder |
static class |
UpdateProxyOperation.Builder<T>
The builder for this class.
|
static class |
UpsertProxyOperation.Builder<T extends Packable,R extends Collection<T>>
The builder for this class.
|
Copyright © 2025 Picodata. All rights reserved.