| Package | Description |
|---|---|
| io.picodata.driver.api |
Contains interfaces and classes essential for end-user driver API
|
| io.picodata.driver.api.cursor |
Contains interfaces and implementations for cursors.
|
| io.picodata.driver.api.tuple |
Contains tuple representation classes and helpers
|
| io.picodata.driver.core |
Driver core classes
|
| io.picodata.driver.core.metadata |
Contains implementations for Tarantool space metadata operations
|
| io.picodata.driver.core.tuple |
Contains implementations of tuple representation classes and helpers
|
| io.picodata.driver.mappers |
Contains converters and mappers that map Java object and MessagePack
|
| io.picodata.driver.mappers.converters.value |
Contains converters that map MessagePack to Java object
|
| io.picodata.driver.mappers.factories |
Contains factories for mappers and mappers stacks
|
| Modifier and Type | Method and Description |
|---|---|
MessagePackMapper |
MessagePackMapperBuilder.build()
Build the mapper instance
|
MessagePackMapper |
TarantoolClientConfig.getMessagePackMapper()
Get mapper between Java objects and MessagePack entities
|
| Modifier and Type | Method and Description |
|---|---|
void |
TarantoolClientConfig.setMessagePackMapper(MessagePackMapper messagePackMapper)
Set mapper between Java objects and MessagePack entities
|
TarantoolClientBuilder |
TarantoolClientBuilder.withMessagePackMapper(MessagePackMapper mapper)
Specify a mapper between Java objects and MessagePack entities.
|
TarantoolClientConfig.Builder |
TarantoolClientConfig.Builder.withMessagePackMapper(MessagePackMapper mapper)
Specify mapper between Java objects and MessagePack entities
|
| Constructor and Description |
|---|
StartAfterCursor(TarantoolSpaceOperations<T,R> space,
Conditions conditions,
int batchSize,
MessagePackMapper mapper) |
| Constructor and Description |
|---|
DefaultTarantoolTupleFactory(MessagePackMapper mapper)
Constructor.
|
DefaultTarantoolTupleFactory(MessagePackMapper mapper,
TarantoolSpaceMetadata metadata)
Constructor with a space metadata.
|
| Modifier and Type | Method and Description |
|---|---|
TarantoolClientBuilder |
TarantoolClientBuilderImpl.withMessagePackMapper(MessagePackMapper mapper) |
| Constructor and Description |
|---|
SpacesMetadataProvider(TarantoolCallOperations client,
MessagePackMapper messagePackMapper)
Basic constructor
|
| Constructor and Description |
|---|
TarantoolTupleImpl(org.msgpack.value.ArrayValue value,
MessagePackMapper mapper)
Construct an instance of
TarantoolTuple |
TarantoolTupleImpl(org.msgpack.value.ArrayValue value,
MessagePackMapper mapper,
TarantoolSpaceMetadata spaceMetadata)
Basic constructor.
|
TarantoolTupleImpl(Collection<?> values,
MessagePackMapper mapper)
Construct an instance of
TarantoolTuple from a list of objects |
TarantoolTupleImpl(Collection<?> values,
MessagePackMapper mapper,
TarantoolSpaceMetadata metadata)
Construct an instance of
TarantoolTuple from a list of objects. |
TarantoolTupleImpl(MessagePackMapper mapper)
Constructor for empty tuple
|
TarantoolTupleImpl(MessagePackMapper mapper,
TarantoolSpaceMetadata metadata)
Constructor for empty tuple with metadata
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMessagePackMapper
Default implementation of
MessagePackObjectMapper and MessagePackValueMapper. |
| Modifier and Type | Method and Description |
|---|---|
MessagePackMapper |
MessagePackMapper.copy()
Makes a shallow copy of this mapper instance
|
MessagePackMapper |
DefaultMessagePackMapper.copy() |
| Constructor and Description |
|---|
DefaultMultiValueResultMapper(MessagePackMapper valueMapper,
Class<T> contentClass)
Basic constructor
|
| Constructor and Description |
|---|
ArrayValueToTarantoolTupleConverter(MessagePackMapper mapper,
TarantoolSpaceMetadata spaceMetadata) |
Copyright © 2025 Picodata. All rights reserved.