Package | Description |
---|---|
io.picodata.driver.exceptions |
Exception classes for internal client errors to be translated to user
|
io.picodata.driver.protocol |
Tarantool binary protocol primitives and helpers
|
io.picodata.driver.protocol.requests |
This sub-package is dedicated to Tarantool operation requests
|
Modifier and Type | Class and Description |
---|---|
class |
TarantoolDecoderException
Used in cases when a request or a response body cannot be transformed from/into MessagePack
|
Modifier and Type | Method and Description |
---|---|
static TarantoolResponseBodyType |
TarantoolResponseBodyType.fromCode(int code) |
static TarantoolResponseType |
TarantoolResponseType.fromCode(long code) |
static TarantoolResponse |
TarantoolResponse.fromMessagePack(org.msgpack.core.MessageUnpacker unpacker)
Create Tarantool response from the decoded binary data using
MessageUnpacker |
static TarantoolHeader |
TarantoolHeader.fromMessagePackValue(org.msgpack.value.Value value)
Creates an instance of
TarantoolHeader from MessagePack Value |
Constructor and Description |
---|
NotEmptyTarantoolResponseBody(int code,
org.msgpack.value.Value data)
Basic constructor.
|
TarantoolErrorResult(Long syncId,
Long errorCode,
org.msgpack.value.Value body)
Basic constructor.
|
TarantoolRequestBody(Map<Integer,?> body,
MessagePackObjectMapper mapper)
Basic constructor.
|
Copyright © 2025 Picodata. All rights reserved.