See: Description
Interface | Description |
---|---|
CallResult<T> |
Basic interface for Tarantool call operation result -- an array of elements corresponding to the Lua multi-return
result, usually two values -- an result and a error.
|
MessagePackMapperBuilder |
Builder for
MessagePackMapper |
MultiValueCallResult<T,R extends List<T>> |
CallResult implementation with multi result value (all items item of the multi-return result is treated
as value) |
SingleValueCallResult<T> |
CallResult with one result value (first item of the multi-return result is treated as value) |
TarantoolCallOperations |
Aggregates all call operation variants
|
TarantoolClient<T extends Packable,R extends Collection<T>> |
Basic Tarantool client interface
|
TarantoolClientBuilder |
Tarantool client builder interface.
|
TarantoolClientConfigurator<SELF extends TarantoolClientConfigurator<SELF>> |
Tarantool client configurator interface.
|
TarantoolClientFactory |
Tarantool client factory interface.
|
TarantoolClusterAddressProvider |
Provides a collection of Tarantool server addresses corresponding to the cluster nodes
|
TarantoolEvalOperations |
Aggregates all value operation variants
|
TarantoolResult<T> |
Basic interface for Tarantool operations result.
|
TarantoolVoidResult |
Shortcut for
SingleValueCallResult with void result |
Class | Description |
---|---|
TarantoolAddressProviderFactory |
Factory for Tarantool address provider instances.
|
TarantoolClientConfig |
Class-container for
TarantoolClient configuration. |
TarantoolClientConfig.Builder |
A builder for
TarantoolClientConfig |
TarantoolServerAddress |
Represents the location of a Tarantool server - server name and port number
|
Copyright © 2025 Picodata. All rights reserved.