io.tarantool.driver |
Tarantool Client implementation based on the Netty transport and official MessagePack serializer implementation.
|
io.tarantool.driver.api |
Contains interfaces and classes essential for end-user driver API
|
io.tarantool.driver.api.conditions |
Tuple filtering conditions used in select operations
|
io.tarantool.driver.api.connection |
Classes for working with connections to Tarantool instances.
|
io.tarantool.driver.api.cursor |
Contains interfaces and implementations for cursors.
|
io.tarantool.driver.api.metadata |
Contains interfaces for Tarantool space metadata operations
|
io.tarantool.driver.api.proxy |
Contains classes essential for proxy client
|
io.tarantool.driver.api.retry |
Request retrying and network errors handling functionality.
|
io.tarantool.driver.api.space |
Contains interfaces for Tarantool space operations
|
io.tarantool.driver.api.tuple |
Contains tuple representation classes and helpers
|
io.tarantool.driver.api.tuple.operations |
This sub-package is dedicated to Tarantool update and upsert operations
|
io.tarantool.driver.auth |
Authentication mechanisms and data handlers.
|
io.tarantool.driver.cluster |
Service discovery mechanism and providers
|
io.tarantool.driver.codecs |
Contains implementations of Netty codecs
|
io.tarantool.driver.core |
Driver core classes
|
io.tarantool.driver.core.conditions |
Tuple filtering conditions used in select operations
|
io.tarantool.driver.core.connection |
Contains classes for connection establishing and selection strategy invocation algorithms.
|
io.tarantool.driver.core.metadata |
Contains implementations for Tarantool space metadata operations
|
io.tarantool.driver.core.proxy |
Contains interfaces and classes essential for proxy client
|
io.tarantool.driver.core.space |
Contains implementations for Tarantool space operations
|
io.tarantool.driver.core.tuple |
Contains implementations of tuple representation classes and helpers
|
io.tarantool.driver.exceptions |
Exception classes for internal client errors to be translated to user
|
io.tarantool.driver.exceptions.errors |
Classes for representing tarantool errors in java
|
io.tarantool.driver.handlers |
Contains Netty handler implementations
|
io.tarantool.driver.mappers |
Contains converters and mappers that map Java object and MessagePack
|
io.tarantool.driver.mappers.converters |
Contains converters that map Java object and MessagePack
|
io.tarantool.driver.mappers.converters.object |
Contains converters that map Java object to MessagePack
|
io.tarantool.driver.mappers.converters.value |
Contains converters that map MessagePack to Java object
|
io.tarantool.driver.mappers.converters.value.custom |
Contains converters that map MessagePack to connector's special Java objects
|
io.tarantool.driver.protocol |
Tarantool binary protocol primitives and helpers
|
io.tarantool.driver.protocol.requests |
This sub-package is dedicated to Tarantool operation requests
|
io.tarantool.driver.utils |
Auxiliary code enhancements
|