Package | Description |
---|---|
io.picodata.driver.api |
Contains interfaces and classes essential for end-user driver API
|
io.picodata.driver.api.proxy |
Contains classes essential for proxy client
|
io.picodata.driver.core |
Driver core classes
|
Modifier and Type | Method and Description |
---|---|
SELF |
TarantoolClientConfigurator.withProxyMethodMapping(UnaryOperator<ProxyOperationsMappingConfig.Builder> builder)
Configure a custom operations proxy configuration.
|
Modifier and Type | Method and Description |
---|---|
static ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.builder()
Create new
ProxyOperationsMappingConfig.Builder instance |
ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.Builder.withDeleteFunctionName(String deleteFunctionName)
Set API function name for performing the delete operation
|
ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.Builder.withInsertFunctionName(String insertFunctionName)
Get API function name for performing the insert operation
|
ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.Builder.withInsertManyFunctionName(String insertManyFunctionName)
Get API function name for performing the insert_many operation
|
ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.Builder.withReplaceFunctionName(String replaceFunctionName)
Get API function name for performing the replace operation
|
ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.Builder.withReplaceManyFunctionName(String replaceManyFunctionName)
Get API function name for performing the replace_many operation
|
ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.Builder.withSchemaFunctionName(String schemaFunctionName)
Set API function name for getting the spaces and indexes schema.
|
ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.Builder.withSelectFunctionName(String selectFunctionName)
Get API function name for performing the select operation
|
ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.Builder.withTruncateFunctionName(String truncateFunctionName)
Get API function name for performing the truncate operation
|
ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.Builder.withUpdateFunctionName(String updateFunctionName)
Get API function name for performing the update operation
|
ProxyOperationsMappingConfig.Builder |
ProxyOperationsMappingConfig.Builder.withUpsertFunctionName(String upsertFunctionName)
Get API function name for performing the upsert operation
|
Modifier and Type | Method and Description |
---|---|
SELF |
TarantoolClientConfiguratorImpl.withProxyMethodMapping(UnaryOperator<ProxyOperationsMappingConfig.Builder> builder) |
Copyright © 2025 Picodata. All rights reserved.