Package | Description |
---|---|
io.picodata.driver.api.proxy |
Contains classes essential for proxy client
|
io.picodata.driver.core |
Driver core classes
|
io.picodata.driver.core.space |
Contains implementations for Tarantool space operations
|
Modifier and Type | Method and Description |
---|---|
ProxyOperationsMappingConfig |
ProxyOperationsMappingConfig.Builder.build()
Build a new
ProxyOperationsMappingConfig instance |
Modifier and Type | Field and Description |
---|---|
protected ProxyOperationsMappingConfig |
TarantoolClientConfiguratorImpl.mappingConfig |
Modifier and Type | Method and Description |
---|---|
protected abstract TarantoolSpaceOperations<T,R> |
ProxyTarantoolClient.spaceOperations(TarantoolClientConfig config,
TarantoolCallOperations client,
ProxyOperationsMappingConfig mappingConfig,
TarantoolMetadataOperations metadata,
TarantoolSpaceMetadata spaceMetadata)
Creates a space API implementation instance for the specified space
|
protected TarantoolSpaceOperations<TarantoolTuple,TarantoolResult<TarantoolTuple>> |
ProxyTarantoolTupleClient.spaceOperations(TarantoolClientConfig config,
TarantoolCallOperations client,
ProxyOperationsMappingConfig mappingConfig,
TarantoolMetadataOperations metadata,
TarantoolSpaceMetadata spaceMetadata) |
Constructor and Description |
---|
ProxyTarantoolClient(TarantoolClient<T,R> decoratedClient,
ProxyOperationsMappingConfig mappingConfig)
Basic constructor
|
ProxyTarantoolTupleClient(TarantoolClient<TarantoolTuple,TarantoolResult<TarantoolTuple>> decoratedClient,
ProxyOperationsMappingConfig mappingConfig)
Basic constructor
|
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
|
Copyright © 2025 Picodata. All rights reserved.