Uses of Class
io.tarantool.driver.api.proxy.ProxyOperationsMappingConfig
-
Packages that use ProxyOperationsMappingConfig Package Description io.tarantool.driver.api.proxy Contains classes essential for proxy clientio.tarantool.driver.core Driver core classesio.tarantool.driver.core.space Contains implementations for Tarantool space operations -
-
Uses of ProxyOperationsMappingConfig in io.tarantool.driver.api.proxy
Methods in io.tarantool.driver.api.proxy that return ProxyOperationsMappingConfig Modifier and Type Method Description ProxyOperationsMappingConfigProxyOperationsMappingConfig.Builder. build()Build a newProxyOperationsMappingConfiginstance -
Uses of ProxyOperationsMappingConfig in io.tarantool.driver.core
Fields in io.tarantool.driver.core declared as ProxyOperationsMappingConfig Modifier and Type Field Description protected ProxyOperationsMappingConfigTarantoolClientConfiguratorImpl. mappingConfigMethods in io.tarantool.driver.core with parameters of type ProxyOperationsMappingConfig Modifier and Type Method 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 spaceprotected TarantoolSpaceOperations<TarantoolTuple,TarantoolResult<TarantoolTuple>>ProxyTarantoolTupleClient. spaceOperations(TarantoolClientConfig config, TarantoolCallOperations client, ProxyOperationsMappingConfig mappingConfig, TarantoolMetadataOperations metadata, TarantoolSpaceMetadata spaceMetadata)Constructors in io.tarantool.driver.core with parameters of type ProxyOperationsMappingConfig Constructor Description ProxyTarantoolClient(TarantoolClient<T,R> decoratedClient, ProxyOperationsMappingConfig mappingConfig)Basic constructorProxyTarantoolTupleClient(TarantoolClient<TarantoolTuple,TarantoolResult<TarantoolTuple>> decoratedClient, ProxyOperationsMappingConfig mappingConfig)Basic constructor -
Uses of ProxyOperationsMappingConfig in io.tarantool.driver.core.space
Constructors in io.tarantool.driver.core.space with parameters of type ProxyOperationsMappingConfig Constructor 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
-