All Classes Interface Summary Class Summary Enum Summary Exception Summary
Class |
Description |
AbstractDiscoveryClusterAddressProvider |
Base class offering discovery task creation and updating of the internal collection of addresses
|
AbstractResultMapper<T> |
Base class for result tuple mappers
|
AbstractResultMapperFactory<O,T extends AbstractResultMapper<? extends O>> |
Base class for result mapper factories.
|
AbstractTarantoolClient<T extends Packable,R extends Collection<T>> |
Basic Tarantool client implementation.
|
AbstractTarantoolConnectionManager |
Contains basic connection establishing and selection strategy invocation algorithms.
|
Assert |
|
BaseCondition |
Basic class for tuple filtering conditions
|
BinaryClusterDiscoveryEndpoint |
|
BinaryClusterDiscoveryEndpoint.Builder |
|
BinaryDiscoveryClusterAddressProvider |
Service discovery client connecting to Tarantool via the binary protocol.
|
CallResult<T> |
Basic interface for Tarantool call operation result -- an array of elements corresponding to the Lua multi-return
result, usually two values -- an result and a error.
|
CallResultMapper<T,R extends CallResult<T>> |
Special tuple mapper for API function call results.
|
ChapSha1TarantoolAuthenticator |
This authenticator performs authentication to the Tarantool server using default mechanism (chap-sha1) and
the provided plain user credentials.
|
ClusterTarantoolClient<T extends Packable,R extends Collection<T>> |
Main class for connecting to a cluster of Tarantool servers.
|
ClusterTarantoolTupleClient |
|
Condition |
Represents a condition which is evaluated against the tuple fields
|
Conditions |
A collection and a builder for tuple filtering conditions.
|
ConnectionMode |
Represents connection sequence states
|
ConnectionSelectionStrategy |
Implementations of this class contain an algorithm and maintain the necessary state for selecting
the next available connection from the supplied set of connections
|
ConnectionSelectionStrategyFactory |
Manages instantiation of connection selection strategies.
|
Converter |
Basic interface for converters mapping MessagePack entities and Java objects.
|
CRUDOperationOptions |
This class is not part of the public API.
|
CRUDOperationOptions.Builder |
|
CyclingIterator<T> |
This iterator is lock-free and loops infinitely over a collection.
|
DDLMetadataContainerResult |
|
DDLTarantoolSpaceMetadataConverter |
Populates metadata from results of a call to proxy API function in Tarantool instance.
|
DefaultArrayValueToListConverter |
Default ArrayValue to List converter
|
DefaultBigDecimalToExtensionValueConverter |
|
DefaultBinaryValueToByteArrayConverter |
Default BinaryValue to byte[] converter
|
DefaultBooleanToBooleanValueConverter |
Default Boolean to BooleanValue converter
|
DefaultBooleanValueToBooleanConverter |
Default BooleanValue to Boolean converter
|
DefaultByteArrayToBinaryValueConverter |
Default byte[] to BinaryValue converter
|
DefaultCharacterToStringValueConverter |
|
DefaultDoubleToFloatValueConverter |
Default Double to FloatValue converter
|
DefaultExtensionValueToBigDecimalConverter |
|
DefaultExtensionValueToUUIDConverter |
Default ExtensionValue to UUID converter
|
DefaultFloatToFloatValueConverter |
Default Float to FloatValue converter
|
DefaultFloatValueToDoubleConverter |
Default FloatValue to Double converter
|
DefaultFloatValueToFloatConverter |
Default FloatValue to Float converter
|
DefaultFloatValueToIntegerConverter |
Default FloatValue to Integer converter
|
DefaultFloatValueToLongConverter |
Default FloatValue to Long converter
|
DefaultFloatValueToShortConverter |
Default FloatValue to Short converter
|
DefaultIntegerToIntegerValueConverter |
Default Integer to IntegerValue converter
|
DefaultIntegerValueToDoubleConverter |
Default IntegerValue to Double converter
|
DefaultIntegerValueToFloatConverter |
Default IntegerValue to Float converter
|
DefaultIntegerValueToIntegerConverter |
Default IntegerValue to Integer converter
|
DefaultIntegerValueToLongConverter |
Default IntegerValue to Long converter
|
DefaultIntegerValueToShortConverter |
Default IntegerValue to Short converter
|
DefaultListToArrayValueConverter |
Default List to ArrayValue converter
|
DefaultLongToIntegerValueConverter |
Default Long to IntegerValue converter
|
DefaultMapToMapValueConverter |
Default Map to MapValue converter
|
DefaultMapValueToMapConverter |
Default MapValue converter to Map converter
|
DefaultMessagePackMapper |
|
DefaultMessagePackMapper.Builder |
|
DefaultMessagePackMapperFactory |
|
DefaultMultiValueResultMapper<T,R extends List<T>> |
|
DefaultNilValueToNullConverter |
Default NilValue to null converter
|
DefaultNullToNilValueConverter |
Default NilValue to null converter
|
DefaultPackableObjectConverter |
Default converter for internal classes aware of MessagePack serialization
|
DefaultResultMapperFactoryFactory |
Manages instantiation of the operation result factories
|
DefaultShortToIntegerValueConverter |
Default Short to IntegerValue converter
|
DefaultSingleValueResultMapper<T> |
|
DefaultStringToStringValueConverter |
Default String to StringValue converter
|
DefaultStringValueToCharacterConverter |
|
DefaultStringValueToStringConverter |
Default StringValue to String converter
|
DefaultTarantoolTupleFactory |
|
DefaultUUIDToExtensionValueConverter |
Default UUID to ExtensionValue converter
|
DeleteProxyOperation<T> |
Proxy operation for delete
|
DeleteProxyOperation.Builder<T> |
The builder for this class.
|
EmptyTarantoolResponseBody |
Represents empty body from a map no entries.
|
FieldIdentifier<T,O> |
Represents filtering operand in conditions, it may be an index or a field
|
FieldValueCondition |
Tuple filtering condition which accepts a field value
|
FieldValueConditionImpl |
Tuple filtering condition which accepts a field value
|
HTTPClusterDiscoveryEndpoint |
|
HTTPClusterDiscoveryEndpoint.Builder |
|
HTTPDiscoveryClusterAddressProvider |
Tarantool server address provider with service discovery via HTTP.
|
IdIndex |
Represents an index defined by its id
|
IdIndexImpl |
Represents an index defined by its id
|
IndexValueCondition |
Tuple filtering condition which accepts index key parts values
|
IndexValueConditionImpl |
Tuple filtering condition which accepts index key parts values
|
InsertProxyOperation<T extends Packable,R extends Collection<T>> |
Proxy operation for insert
|
InsertProxyOperation.Builder<T extends Packable,R extends Collection<T>> |
The builder for this class.
|
InterfaceParameterClassNotFoundException |
Represents all types of errors when the target interface parameter class cannot be determined
|
InterfaceParameterTypeNotFoundException |
Represents all types of errors when the target interface parameter type cannot be determined
|
InvalidVersionException |
Occurs when the version received from Tarantool server is invalid or unsupported
|
MessagePackFrameDecoder |
Converts Tarantool server responses from MessagePack frames to Java objects
|
MessagePackFrameDecoder.DecoderState |
|
MessagePackFrameEncoder |
Converts Tarantool requests from Java objects to MessagePack frames
|
MessagePackMapper |
Combines both ObjectMapper and ValueMapper interfaces
|
MessagePackMapperBuilder |
|
MessagePackObjectMapper |
Basic interface for generic converters between Java objects and MessagePack entities.
|
MessagePackObjectMapperException |
Represents exceptions that occur while performing conversion between Java objects and MessagePack entities
|
MessagePackValueMapper |
Basic interface for collection of generic converters between MessagePack entities and Java objects.
|
MessagePackValueMapperException |
Represents exceptions that occur while performing conversion between MessagePack entities and Java objects
|
MultiValueCallResult<T,R extends List<T>> |
CallResult implementation with multi result value (all items item of the multi-return result is treated
as value)
|
MultiValueCallResultConverter<T,R extends List<T>> |
Converter for stored function call result to a list of items
|
MultiValueCallResultImpl<T,R extends List<T>> |
|
MultiValueListConverter<T,R extends List<T>,V extends org.msgpack.value.Value> |
ArrayValue to List converter for given item type
|
MultiValueResultMapperFactory<T,R extends List<T>> |
Factory for CallResultMapper instances used for handling Lua call multi-return result which is
treated as a list of values
|
MultiValueTarantoolResultMapperFactory<T> |
Factory for CallResultMapper instances used for handling Lua call multi-return result items as list of
tuples
|
NamedField |
Represents a field defined by name
|
NamedFieldImpl |
Represents a field defined by name
|
NamedIndex |
Represents an index defined by name
|
NamedIndexImpl |
Represents an index defined by name
|
NoAvailableConnectionsException |
Represents an error where all connections in a pool are closed
|
NotEmptyTarantoolResponseBody |
Represents non-empty body from a map with one key and the actual data as value
|
ObjectConverter<O,V extends org.msgpack.value.Value> |
Basic interface for converters from Java objects to MessagePack entities for a particular class
|
OffsetCursor<T extends Packable,R extends Collection<T>> |
Cursor implementation that uses server 'limit' and 'offset'
methods under the hood.
|
Operator |
Filtering condition operator.
|
Packable |
Classes implementing this interface can be converted into MessagePack representation
|
PositionField |
Represents a field defined by position
|
PositionFieldImpl |
Represents a field defined by position
|
ProxyMetadataProvider |
Provides spaces and index metadata via stored function call
|
ProxyOperation<T> |
Base interface for space operations mapped to call operations
|
ProxyOperationsMappingConfig |
Provides methods for function names in a Tarantool instance or a Tarantool Cartridge role for CRUD operations.
|
ProxyOperationsMappingConfig.Builder |
|
ProxyTarantoolClient<T extends Packable,R extends Collection<T>> |
Client implementation that decorates a TarantoolClient instance, proxying all CRUD operations through the
instance's call method to the proxy functions defined on the Tarantool instance(s).
|
ProxyTarantoolMetadataContainer |
Contains spaces and indexes metadata information retrieved from a call to a stored function
|
ProxyTarantoolSpace<T extends Packable,R extends Collection<T>> |
Basic proxy TarantoolSpaceOperations implementation, which uses calls to API functions defined in
Tarantool instance for performing CRUD operations on a space
|
ProxyTarantoolTupleClient |
|
ProxyTarantoolTupleSpace |
|
ReplaceProxyOperation<T extends Packable,R extends Collection<T>> |
Proxy operation for replace
|
ReplaceProxyOperation.Builder<T extends Packable,R extends Collection<T>> |
The builder for this class.
|
RequestFutureManager |
Keeps track of submitted requests, finishing them by timeout and allowing asynchronous request processing
|
RequestRetryPolicy |
Request retry policy contains an algorithm of deciding whether an exception is retryable and settings for
limiting the retry attempts
|
RequestRetryPolicyFactory |
Manages instantiation of request retry policies.
|
ResultMapperFactoryFactory |
Provides different factories for creating result mappers
|
RetryingTarantoolClient<T extends Packable,R extends Collection<T>> |
Client implementation that decorates a TarantoolClient instance, allowing to specify a retry policy for
all requests made through this client instance.
|
RetryingTarantoolSpace<T extends Packable,R extends Collection<T>> |
|
RetryingTarantoolTupleClient |
|
SelectProxyOperation<T> |
Proxy operation for select
|
SelectProxyOperation.Builder<T> |
The builder for this class.
|
SimpleTarantoolCredentials |
Container for plain user and password data for authentication
|
SingleValueCallResult<T> |
CallResult with one result value (first item of the multi-return result is treated as value)
|
SingleValueCallResultConverter<T> |
|
SingleValueCallResultImpl<T> |
|
SingleValueResultMapperFactory<T> |
Factory for CallResultMapper instances used for handling Lua call results resulting in two possible
values -- result and error
|
SingleValueTarantoolResultMapperFactory<T> |
Factory for CallResultMapper instances used for handling Lua call results resulting in lists of
tuples
|
SpacesMetadataProvider |
Provides spaces and index metadata via requests to the system spaces in the Tarantool server instance
|
SpacesTarantoolMetadataContainer |
Contains spaces and indexes metadata information retrieved from the system spaces
|
StartAfterCursor<T extends Packable,R extends Collection<T>> |
Cursor implementation that uses 'cluster' select method
under the hood.
|
TarantoolAccessDeniedException |
Corresponds to an exception that occurs when the connected user doesn't have access to function, space or sequence.
|
TarantoolAddressProviderFactory |
Factory for Tarantool address provider instances.
|
TarantoolAttemptsLimitException |
|
TarantoolAuthenticationException |
|
TarantoolAuthenticationHandler<S extends TarantoolCredentials,T extends TarantoolAuthenticator<S>> |
Reads the greeting received from Tarantool server and optionally sends an authentication request with passed
credentials.
|
TarantoolAuthenticationResponseHandler |
Basic Tarantool server authentication response handler.
|
TarantoolAuthenticator<T extends TarantoolCredentials> |
Prepares authentication data for passing to Tarantool
|
TarantoolAuthMechanism |
Provides signatures for the authentication mechanisms supported by Tarantool
|
TarantoolAuthRequest |
Authentication request.
|
TarantoolAuthRequest.Builder |
Tarantool authentication request builder
|
TarantoolBadCredentialsException |
This exception is thrown If incorrect credentials are specified
|
TarantoolCallOperations |
Aggregates all call operation variants
|
TarantoolCallRequest |
Call request.
|
TarantoolCallRequest.Builder |
Tarantool call request builder
|
TarantoolCallResultMapperFactory<T,R extends CallResult<T>> |
Factory for CallResultMapper instances used for calling API functions on Tarantool instance
|
TarantoolChannelInitializer |
The main channel pipeline initializer.
|
TarantoolClient<T extends Packable,R extends Collection<T>> |
Basic Tarantool client interface
|
TarantoolClientBuilder |
Tarantool client builder interface.
|
TarantoolClientBuilderImpl |
Tarantool client builder implementation.
|
TarantoolClientConfig |
|
TarantoolClientConfig.Builder |
|
TarantoolClientConfigurator<SELF extends TarantoolClientConfigurator<SELF>> |
Tarantool client configurator interface.
|
TarantoolClientConfiguratorImpl<SELF extends TarantoolClientConfigurator<SELF>> |
Tarantool client configurator implementation.
|
TarantoolClientException |
Basic exception class for client errors like connection errors, configuration error etc
|
TarantoolClientFactory |
Tarantool client factory interface.
|
TarantoolClusterAddressProvider |
Provides a collection of Tarantool server addresses corresponding to the cluster nodes
|
TarantoolClusterConnectionManager |
|
TarantoolClusterDiscoveryConfig |
Class-container for service discovery configuration.
|
TarantoolClusterDiscoveryConfig.Builder |
|
TarantoolClusterDiscoveryEndpoint |
Tarantool cluster discovery endpoint configuration
|
TarantoolConnection |
|
TarantoolConnectionCloseListener |
Connection close listener.
|
TarantoolConnectionException |
This exception is thrown after a request attempt using not connected client instance
|
TarantoolConnectionFactory |
Manages instantiation and connection procedures for Tarantool server connections
|
TarantoolConnectionFailureListener |
Connection failure listener.
|
TarantoolConnectionImpl |
|
TarantoolConnectionIterator |
Special cycling iterator for Tarantool connections
|
TarantoolConnectionListener |
Listens on the connection future and asynchronously performs some operation over the connection
once it is ready
|
TarantoolConnectionListeners |
Helper class.
|
TarantoolConnectionManager |
Manages the Tarantool server connections lifecycle.
|
TarantoolConnectionSelectionStrategies |
Class-container for default kinds of connection selection strategies
|
TarantoolConnectionSelectionStrategies.ParallelRoundRobinStrategyFactory |
Instantiates a TarantoolConnectionSelectionStrategies.ParallelRoundRobinStrategy , which is applicable for multiple
connections to several servers and expects equal number of connections per server.
|
TarantoolConnectionSelectionStrategies.RoundRobinStrategyFactory |
Instantiates a TarantoolConnectionSelectionStrategies.RoundRobinStrategy , which is applicable for multiple connections to
one server and selects connections in the order according to the passed collection.
|
TarantoolConnectionSelectionStrategyType |
Enumeration of the default types of connection selection strategies.
|
TarantoolCredentials |
Container for different forms of credentials, aware of storing the necessary data and authentication mechanisms
|
TarantoolCursor<T extends Packable> |
Basic cursor interface which allows forward-only iteration
through query results.
|
TarantoolCursorBase<T extends Packable,R extends Collection<T>> |
Generic cursor implementation that performs client calls
with TarantoolSpaceOperations.
|
TarantoolDaemonThreadFactory |
Custom thread factory for scheduled executor service that creates daemon threads.
|
TarantoolDecoderException |
Used in cases when a request or a response body cannot be transformed from/into MessagePack
|
TarantoolDeleteRequest |
Delete request.
|
TarantoolDeleteRequest.Builder |
Tarantool delete request builder
|
TarantoolErrorFactory |
A factory that accepts an error and returns a TarantoolException
if this error matches the format of the factory.
|
TarantoolErrorResult |
Incapsulates the error data returned in Tarantool server response
|
TarantoolErrors |
Class-container for built-in tarantool errors factories
|
TarantoolErrors.TarantoolBoxErrorFactory |
|
TarantoolErrors.TarantoolErrorsErrorFactory |
Produces TarantoolInternalException subclasses
from the serialized representation in the format of require('errors').new_class("NewError") ,
|
TarantoolErrors.TarantoolUnrecognizedErrorFactory |
The factory is finalizing, i.e. errors passed into
it will always be introverted as appropriate for the given factory
The error is generated in a message that is passed to TarantoolInternalException
|
TarantoolErrorsParser |
A parser that pushes the error into different types of tarantool errors
and looks at which one fits, if none fits, then at the end there will be a stub error.
|
TarantoolEvalOperations |
Aggregates all value operation variants
|
TarantoolEvalRequest |
Eval request.
|
TarantoolEvalRequest.Builder |
Tarantool eval request builder
|
TarantoolException |
Base class for Tarantool runtime exceptions
|
TarantoolField |
Represents individual field in a tuple
|
TarantoolFieldImpl |
Basic tuple field implementation
|
TarantoolFieldMetadata |
Tarantool space field format metadata
|
TarantoolFieldNotFoundException |
Represents error when a field is not found in space format metadata
|
TarantoolFunctionCallException |
Represents exceptions returned for call operations, if the server response does not match the expected format
|
TarantoolHeader |
Represents the Tarantool packet frame header.
|
TarantoolIndexMetadata |
Represents Tarantool index metadata (index ID, name, etc.)
|
TarantoolIndexMetadataConverter |
Maps MessagePack ArrayValue into TarantoolIndexMetadataImpl
|
TarantoolIndexMetadataResult |
|
TarantoolIndexNotFoundException |
Represents index not found by name error
|
TarantoolIndexOptions |
Represents Tarantool index options
|
TarantoolIndexPartMetadata |
Represents Tarantool index part metadata
|
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
|
TarantoolIndexType |
Represents all types of Tarantool space indexes.
|
TarantoolInsertRequest |
Insert request.
|
TarantoolInsertRequest.Builder |
Tarantool insert request builder
|
TarantoolInternalException |
Represents exceptions returned on call operations from
Lua API (functions return nil, err or the `error()` function is called in the function body)
|
TarantoolInternalNetworkException |
Represents server internal error subclasses that are related to the network problems
with connections between Tarantool nodes or external services accessed
from inside Tarantool (Connection timeout, No connection, etc.)
|
TarantoolIteratorType |
Represents all types of Tarantool iterators.
|
TarantoolMetadata |
|
TarantoolMetadataContainer |
Contains information about spaces and their indexes, parsed from an external source
|
TarantoolMetadataOperations |
Tarantool metadata operations interface (get space by name, get index by name, etc.)
|
TarantoolMetadataProvider |
Generic interface for different space and index metadata providers
|
TarantoolMetadataRequestException |
The exception occurs when the metadata returned by proxy function has a wrong format or the metadata request failed
|
TarantoolNoSuchProcedureException |
Corresponds to an exception that occurs when the procedure has not (yet) been defined in the Tarantool instance.
|
TarantoolNullField |
Represents a field with empty value which serializes to msgpack.NULL
|
TarantoolOkResult |
Incapsulates the result data returned in Tarantool server response
|
TarantoolProtocolException |
Represents errors that occur while decoding Tarantool packets
|
TarantoolReplaceRequest |
Replace request.
|
TarantoolReplaceRequest.Builder |
Tarantool replace request builder
|
TarantoolRequest |
Base class for all kinds of requests to Tarantool server.
|
TarantoolRequestBody |
Represents basic Tarantool request body
|
TarantoolRequestFieldType |
All Tarantool request field codes
|
TarantoolRequestHandler |
Performs registration of requests and pushes them forward.
|
TarantoolRequestMetadata |
Intermediate request metadata holder
|
TarantoolRequestRetryPolicies |
Class-container for built-in request retry policies
|
TarantoolRequestRetryPolicies.AttemptsBoundRetryPolicy<T extends Predicate<Throwable>> |
Retry policy that accepts a maximum number of attempts and an exception checking predicate.
|
TarantoolRequestRetryPolicies.AttemptsBoundRetryPolicyFactory<T extends Predicate<Throwable>> |
|
TarantoolRequestRetryPolicies.AttemptsBoundRetryPolicyFactory.Builder<T extends Predicate<Throwable>> |
|
TarantoolRequestRetryPolicies.InfiniteRetryPolicy<T extends Predicate<Throwable>> |
Retry policy that performs unbounded number of attempts.
|
TarantoolRequestRetryPolicies.InfiniteRetryPolicyFactory<T extends Predicate<Throwable>> |
|
TarantoolRequestRetryPolicies.InfiniteRetryPolicyFactory.Builder<T extends Predicate<Throwable>> |
|
TarantoolRequestType |
Encapsulates a set of supported Tarantool request codes
|
TarantoolResponse |
Base class for all kinds of responses received from Tarantool server.
|
TarantoolResponseBody |
Represents Tarantool server response data data frame
|
TarantoolResponseBodyType |
Incapsulates Tarantool response body types
|
TarantoolResponseHandler |
Basic Tarantool server response handler.
|
TarantoolResponseType |
Incapsulates the type codes of a Tarantool response
|
TarantoolResult<T> |
Basic interface for Tarantool operations result -- an array of tuples
|
TarantoolResultConverter<V extends org.msgpack.value.Value,T> |
|
TarantoolResultImpl<T> |
Basic TarantoolResult implementation.
|
TarantoolResultMapper<T> |
|
TarantoolResultMapperFactory<T> |
|
TarantoolSelectRequest |
Select request.
|
TarantoolSelectRequest.Builder |
Tarantool select request builder
|
TarantoolServerAddress |
Represents the location of a Tarantool server - server name and port number
|
TarantoolSocketException |
Represent network exception
|
TarantoolSpace<T extends Packable,R extends Collection<T>> |
Basic implementation for working with spaces via Tarantool protocol requests
|
TarantoolSpaceFieldNotFoundException |
Field not found in current space error
|
TarantoolSpaceMetadata |
|
TarantoolSpaceMetadataConverter |
|
TarantoolSpaceMetadataImpl |
Represents Tarantool space metadata (space ID, space name, etc.)
|
TarantoolSpaceMetadataResult |
|
TarantoolSpaceNotFoundException |
Represents space not found error
|
TarantoolSpaceOperationException |
Basic exception class for space operations errors like select, insert, replace etc
|
TarantoolSpaceOperations<T extends Packable,R extends Collection<T>> |
Tarantool space operations interface (create, insert, replace, delete...)
|
TarantoolTimeoutException |
|
TarantoolTuple |
Basic Tarantool atom of data
|
TarantoolTupleConversionException |
Represents errors occurring when MessagePack mapper tries to parse the incoming data into a tuple object
|
TarantoolTupleConverter |
|
TarantoolTupleFactory |
|
TarantoolTupleImpl |
Basic Tarantool tuple implementation
|
TarantoolTupleMultiResult |
|
TarantoolTupleMultiResultMapperFactory |
|
TarantoolTupleResult |
|
TarantoolTupleResultMapperFactory |
|
TarantoolTupleSingleResult |
|
TarantoolTupleSingleResultMapperFactory |
|
TarantoolTupleSpace |
|
TarantoolUpdateOperationType |
|
TarantoolUpdateRequest |
Update request.
|
TarantoolUpdateRequest.Builder |
Tarantool update request builder
|
TarantoolUpsertRequest |
Upsert request.
|
TarantoolUpsertRequest.Builder |
Tarantool update request builder
|
TarantoolVersion |
Represents the Tarantool server version
|
TarantoolVersionHolder |
Aware of detecting Tarantool versions in the passed source.
|
TarantoolVoidResult |
|
TarantoolVoidResultImpl |
Implementation of Tarantool void result
|
TruncateProxyOperation |
Proxy operation for truncate
|
TruncateProxyOperation.Builder |
|
TupleOperation |
|
TupleOperationAdd |
Represents addition operation on tuple field
|
TupleOperationBitwiseAnd |
Represents bitwise AND operation on tuple field
|
TupleOperationBitwiseOr |
Represents bitwise OR operation on tuple field
|
TupleOperationBitwiseXor |
Represents bitwise XOR operation on tuple field
|
TupleOperationDelete |
Represents deletion operation on tuple
|
TupleOperationInsert |
Represents insertion of a new field operation on tuple
|
TupleOperations |
|
TupleOperationSet |
Represents assignment operation on tuple field
|
TupleOperationSubtract |
Represents subtraction operation on tuple field
|
TupleResultMapperFactory<T> |
|
TupleSpliceOperation |
Represent splice operation on tuple field
|
UpdateProxyOperation<T> |
Proxy operation for update
|
UpdateProxyOperation.Builder<T> |
The builder for this class.
|
UpsertProxyOperation<T extends Packable,R extends Collection<T>> |
Proxy operation for upsert
|
UpsertProxyOperation.Builder<T extends Packable,R extends Collection<T>> |
The builder for this class.
|
ValueConverter<V extends org.msgpack.value.Value,O> |
Basic interface for converters from MessagePack entities to Java objects for a particular class
|