See: Description
Interface | Description |
---|---|
Packable |
Classes implementing this interface can be converted into MessagePack representation
|
TarantoolResponseBody |
Represents Tarantool server response data data frame
|
Class | Description |
---|---|
EmptyTarantoolResponseBody |
Represents empty body from a map no entries.
|
NotEmptyTarantoolResponseBody |
Represents non-empty body from a map with one key and the actual data as value
|
TarantoolErrorResult |
Incapsulates the error data returned in Tarantool server response
|
TarantoolHeader |
Represents the Tarantool packet frame header.
|
TarantoolIndexQuery |
Represents index-related query options including index ID or name, matching keys and iterator type.
|
TarantoolIndexQueryFactory |
A factory for index query used in select request and other requests to Tarantool server
|
TarantoolOkResult |
Incapsulates the result data returned in Tarantool server response
|
TarantoolRequest |
Base class for all kinds of requests to Tarantool server.
|
TarantoolRequest.Builder<B extends TarantoolRequest.Builder<B>> |
Base class for request builder implementations
|
TarantoolRequestBody |
Represents basic Tarantool request body
|
TarantoolRequestSignature |
Represents a request signature, uniquely defining the operation and the
argument types.
|
TarantoolResponse |
Base class for all kinds of responses received from Tarantool server.
|
Enum | Description |
---|---|
TarantoolIteratorType |
Represents all types of Tarantool iterators.
|
TarantoolRequestFieldType |
All Tarantool request field codes
|
TarantoolRequestType |
Encapsulates a set of supported Tarantool request codes
|
TarantoolResponseBodyType |
Incapsulates Tarantool response body types
|
TarantoolResponseType |
Incapsulates the type codes of a Tarantool response
|
Exception | Description |
---|---|
TarantoolProtocolException |
Represents errors that occur while decoding Tarantool packets
|
Copyright © 2025 Picodata. All rights reserved.