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 |
InsertOptions<T extends InsertOptions<T>>
Marker interface for space insert 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 |
ProxyInsertOptions
Represent options for insert 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 |
OperationWithBucketIdOptions<T extends OperationWithBucketIdOptions<T>>
Base interface for all operation options that may have a configurable bucket id.
|
Copyright © 2025 Picodata. All rights reserved.