Package | Description |
---|---|
io.picodata.driver.api |
Contains interfaces and classes essential for end-user driver API
|
io.picodata.driver.api.conditions |
Tuple filtering conditions used in select operations
|
io.picodata.driver.core |
Driver core classes
|
io.picodata.driver.core.conditions |
Tuple filtering conditions used in select operations
|
io.picodata.driver.core.metadata |
Contains implementations for Tarantool space metadata operations
|
io.picodata.driver.core.proxy |
Contains classes and interfaces essential for proxy client
|
io.picodata.driver.core.space |
Contains implementations for Tarantool space operations
|
io.picodata.driver.protocol |
Tarantool binary protocol primitives and helpers
|
Modifier and Type | Method and Description |
---|---|
TarantoolMetadataOperations |
TarantoolClient.metadata()
Provides operations for Tarantool spaces and indexes metadata
|
Modifier and Type | Method and Description |
---|---|
TarantoolMetadataOperations |
ProxyTarantoolClient.metadata() |
TarantoolMetadataOperations |
RetryingTarantoolClient.metadata() |
TarantoolMetadataOperations |
AbstractTarantoolClient.metadata() |
Modifier and Type | Method and Description |
---|---|
TarantoolIndexMetadata |
NamedIndexImpl.metadata(TarantoolMetadataOperations metadataOperations,
TarantoolSpaceMetadata spaceMetadata) |
TarantoolIndexMetadata |
IdIndexImpl.metadata(TarantoolMetadataOperations metadataOperations,
TarantoolSpaceMetadata spaceMetadata) |
TarantoolFieldMetadata |
PositionFieldImpl.metadata(TarantoolMetadataOperations metadataOperations,
TarantoolSpaceMetadata spaceMetadata) |
TarantoolFieldMetadata |
NamedFieldImpl.metadata(TarantoolMetadataOperations metadataOperations,
TarantoolSpaceMetadata spaceMetadata) |
List<?> |
BaseCondition.toList(TarantoolMetadataOperations metadataOperations,
TarantoolSpaceMetadata spaceMetadata) |
Modifier and Type | Class and Description |
---|---|
class |
TarantoolMetadata
Base class for
TarantoolMetadataOperations implementations |
Constructor and Description |
---|
Builder(TarantoolMetadataOperations operations,
TarantoolSpaceMetadata metadata) |
Constructor and Description |
---|
ProxyTarantoolSpace(TarantoolClientConfig config,
TarantoolCallOperations client,
ProxyOperationsMappingConfig operationsMapping,
TarantoolMetadataOperations metadata,
TarantoolSpaceMetadata spaceMetadata) |
ProxyTarantoolTupleSpace(TarantoolClientConfig config,
TarantoolCallOperations client,
ProxyOperationsMappingConfig mappingConfig,
TarantoolSpaceMetadata spaceMetadata,
TarantoolMetadataOperations metadataOperations)
Basic constructor
|
TarantoolSpace(TarantoolClientConfig config,
TarantoolConnectionManager connectionManager,
TarantoolMetadataOperations metadataOperations,
TarantoolSpaceMetadata spaceMetadata) |
TarantoolTupleSpace(TarantoolCallOperations client,
TarantoolClientConfig config,
TarantoolConnectionManager connectionManager,
TarantoolMetadataOperations metadataOperations,
TarantoolSpaceMetadata spaceMetadata)
Basic constructor
|
Constructor and Description |
---|
TarantoolIndexQueryFactory(TarantoolMetadataOperations metadataOperations)
Basic constructor.
|
Copyright © 2025 Picodata. All rights reserved.