Uses of Package
io.tarantool.driver.protocol
-
Packages that use io.tarantool.driver.protocol Package Description io.tarantool.driver.api Contains interfaces and classes essential for end-user driver APIio.tarantool.driver.api.conditions Tuple filtering conditions used in select operationsio.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.space Contains interfaces for Tarantool space operationsio.tarantool.driver.api.tuple Contains tuple representation classes and helpersio.tarantool.driver.api.tuple.operations This sub-package is dedicated to Tarantool update and upsert operationsio.tarantool.driver.codecs Contains implementations of Netty codecsio.tarantool.driver.core Driver core classesio.tarantool.driver.core.connection Contains classes for connection establishing and selection strategy invocation algorithms.io.tarantool.driver.core.proxy Contains interfaces and classes essential for proxy clientio.tarantool.driver.core.space Contains implementations for Tarantool space operationsio.tarantool.driver.core.tuple Contains implementations of tuple representation classes and helpersio.tarantool.driver.exceptions Exception classes for internal client errors to be translated to userio.tarantool.driver.exceptions.errors Classes for representing tarantool errors in javaio.tarantool.driver.handlers Contains Netty handler implementationsio.tarantool.driver.mappers.converters.object Contains converters that map Java object to MessagePackio.tarantool.driver.protocol Tarantool binary protocol primitives and helpersio.tarantool.driver.protocol.requests This sub-package is dedicated to Tarantool operation requests -
Classes in io.tarantool.driver.protocol used by io.tarantool.driver.api Class Description Packable Classes implementing this interface can be converted into MessagePack representation -
Classes in io.tarantool.driver.protocol used by io.tarantool.driver.api.conditions Class Description Packable Classes implementing this interface can be converted into MessagePack representationTarantoolIndexQuery Represents index-related query options including index ID or name, matching keys and iterator type.TarantoolIteratorType Represents all types of Tarantool iterators. -
Classes in io.tarantool.driver.protocol used by io.tarantool.driver.api.connection Class Description TarantoolRequest Base class for all kinds of requests to Tarantool server. -
Classes in io.tarantool.driver.protocol used by io.tarantool.driver.api.cursor Class Description Packable Classes implementing this interface can be converted into MessagePack representation -
Classes in io.tarantool.driver.protocol used by io.tarantool.driver.api.space Class Description Packable Classes implementing this interface can be converted into MessagePack representation -
Classes in io.tarantool.driver.protocol used by io.tarantool.driver.api.tuple Class Description Packable Classes implementing this interface can be converted into MessagePack representation -
Classes in io.tarantool.driver.protocol used by io.tarantool.driver.api.tuple.operations Class Description Packable Classes implementing this interface can be converted into MessagePack representation -
Classes in io.tarantool.driver.protocol used by io.tarantool.driver.codecs Class Description TarantoolRequest Base class for all kinds of requests to Tarantool server. -
Classes in io.tarantool.driver.protocol used by io.tarantool.driver.core Class Description Packable Classes implementing this interface can be converted into MessagePack representationTarantoolRequest Base class for all kinds of requests to Tarantool server. -
Classes in io.tarantool.driver.protocol used by io.tarantool.driver.core.connection Class Description TarantoolRequest Base class for all kinds of requests to Tarantool server. -
Classes in io.tarantool.driver.protocol used by io.tarantool.driver.core.proxy Class Description Packable Classes implementing this interface can be converted into MessagePack representationTarantoolIndexQuery Represents index-related query options including index ID or name, matching keys and iterator type. -
Classes in io.tarantool.driver.protocol used by io.tarantool.driver.core.space Class Description Packable Classes implementing this interface can be converted into MessagePack representation -
Classes in io.tarantool.driver.protocol used by io.tarantool.driver.core.tuple Class Description Packable Classes implementing this interface can be converted into MessagePack representation -
Classes in io.tarantool.driver.protocol used by io.tarantool.driver.exceptions Class Description TarantoolHeader Represents the Tarantool packet frame header.TarantoolProtocolException Represents errors that occur while decoding Tarantool packets -
Classes in io.tarantool.driver.protocol used by io.tarantool.driver.exceptions.errors Class Description TarantoolErrorResult Incapsulates the error data returned in Tarantool server response -
Classes in io.tarantool.driver.protocol used by io.tarantool.driver.handlers Class Description TarantoolResponse Base class for all kinds of responses received from Tarantool server. -
Classes in io.tarantool.driver.protocol used by io.tarantool.driver.mappers.converters.object Class Description Packable Classes implementing this interface can be converted into MessagePack representation -
Classes in io.tarantool.driver.protocol used by io.tarantool.driver.protocol Class Description Packable Classes implementing this interface can be converted into MessagePack representationTarantoolHeader Represents the Tarantool packet frame header.TarantoolIndexQuery Represents index-related query options including index ID or name, matching keys and iterator type.TarantoolIteratorType Represents all types of Tarantool iterators.TarantoolProtocolException Represents errors that occur while decoding Tarantool packetsTarantoolRequestBody Represents basic Tarantool request bodyTarantoolRequestFieldType All Tarantool request field codesTarantoolRequestType Encapsulates a set of supported Tarantool request codesTarantoolResponse Base class for all kinds of responses received from Tarantool server.TarantoolResponseBody Represents Tarantool server response data data frameTarantoolResponseBodyType Incapsulates Tarantool response body typesTarantoolResponseType Incapsulates the type codes of a Tarantool response -
Classes in io.tarantool.driver.protocol used by io.tarantool.driver.protocol.requests Class Description Packable Classes implementing this interface can be converted into MessagePack representationTarantoolIteratorType Represents all types of Tarantool iterators.TarantoolProtocolException Represents errors that occur while decoding Tarantool packetsTarantoolRequest Base class for all kinds of requests to Tarantool server.