public interface TarantoolClient<T extends Packable,R extends Collection<T>> extends AutoCloseable, TarantoolCallOperations, TarantoolEvalOperations
| Modifier and Type | Method and Description |
|---|---|
TarantoolClientConfig |
getConfig()
Get the Tarantool client config passed to this client
|
TarantoolConnectionListeners |
getConnectionListeners()
Get collection of connection listeners.
|
TarantoolVersion |
getVersion()
Get the Tarantool server version
|
TarantoolMetadataOperations |
metadata()
Provides operations for Tarantool spaces and indexes metadata
|
TarantoolMetadataProvider |
metadataProvider()
Provides implementation of retrieving the metadata for spaces and instances from Tarantool servers
|
boolean |
refresh()
Starts the process of establishing lacking connections to each host
|
TarantoolSpaceOperations<T,R> |
space(int spaceId)
Provides CRUD and other operations for a Tarantool space
|
TarantoolSpaceOperations<T,R> |
space(String spaceName)
Provides CRUD and other operations for a Tarantool space
|
closecall, call, call, call, call, call, callForMultiResult, callForMultiResult, callForMultiResult, callForMultiResult, callForMultiResult, callForMultiResult, callForMultiResult, callForMultiResult, callForMultiResult, callForSingleResult, callForSingleResult, callForSingleResult, callForSingleResult, callForSingleResult, callForSingleResult, callForSingleResult, callForSingleResult, callForSingleResult, callForTupleResult, callForTupleResult, callForTupleResult, getResultMapperFactoryFactoryTarantoolMetadataProvider metadataProvider()
TarantoolClientConfig getConfig()
TarantoolClientConfig instanceTarantoolVersion getVersion() throws TarantoolClientException
TarantoolVersionTarantoolClientException - if the client is not connectedTarantoolSpaceOperations<T,R> space(String spaceName) throws TarantoolClientException
spaceName - name of the space, must not be null or emptyTarantoolClientException - if the client is not connectedTarantoolSpaceOperations<T,R> space(int spaceId) throws TarantoolClientException
spaceId - ID of the space, must be greater than 0TarantoolClientException - if the client is not connectedTarantoolMetadataOperations metadata() throws TarantoolClientException
TarantoolClientException - if the client is not connectedTarantoolConnectionListeners getConnectionListeners()
boolean refresh()
Copyright © 2025 Picodata. All rights reserved.