Package | Description |
---|---|
io.picodata.driver.api |
Contains interfaces and classes essential for end-user driver API
|
io.picodata.driver.api.metadata |
Contains interfaces for Tarantool space metadata operations
|
io.picodata.driver.api.tuple |
Contains tuple representation classes and helpers
|
io.picodata.driver.core |
Driver core classes
|
io.picodata.driver.mappers |
Contains converters and mappers that map Java object and MessagePack
|
io.picodata.driver.mappers.factories |
Contains factories for mappers and mappers stacks
|
Modifier and Type | Interface and Description |
---|---|
interface |
MultiValueCallResult<T,R extends List<T>>
CallResult implementation with multi result value (all items item of the multi-return result is treated
as value) |
interface |
SingleValueCallResult<T>
CallResult with one result value (first item of the multi-return result is treated as value) |
interface |
TarantoolVoidResult
Shortcut for
SingleValueCallResult with void result |
Modifier and Type | Interface and Description |
---|---|
interface |
DDLMetadataContainerResult
Shortcut for
SingleValueCallResult with Tarantool metadata |
interface |
TarantoolIndexMetadataResult
Shortcut for
SingleValueCallResult , that contains index metadata mapping |
interface |
TarantoolSpaceMetadataResult
Shortcut for
SingleValueCallResult , that contains space metadata mapping. |
Modifier and Type | Interface and Description |
---|---|
interface |
MultiValueTarantoolTupleResult
Shortcut for
MultiValueCallResult with default tuple result |
interface |
SingleValueTarantoolTupleResult
Shortcut for
SingleValueCallResult with default tuple result |
Modifier and Type | Class and Description |
---|---|
class |
MultiValueCallResultImpl<T,R extends List<T>>
Basic
MultiValueCallResult implementation. |
class |
SingleValueCallResultImpl<T>
Basic
SingleValueCallResult implementation. |
class |
TarantoolVoidResultImpl
Implementation of Tarantool void result
|
Modifier and Type | Class and Description |
---|---|
class |
CallResultMapper<T,R extends CallResult<T>>
Special tuple mapper for API function call results.
|
Modifier and Type | Class and Description |
---|---|
class |
TarantoolCallResultMapperFactory<T,R extends CallResult<T>>
Factory for
CallResultMapper instances used for calling API functions on Tarantool instance |
Copyright © 2025 Picodata. All rights reserved.