Package | Description |
---|---|
io.picodata.driver.api |
Contains interfaces and classes essential for end-user driver API
|
io.picodata.driver.cluster |
Service discovery mechanism and providers
|
io.picodata.driver.core |
Driver core classes
|
io.picodata.driver.core.connection |
Contains classes for connection establishing and selection strategy invocation algorithms.
|
io.picodata.driver.exceptions |
Exception classes for internal client errors to be translated to user
|
Modifier and Type | Method and Description |
---|---|
Collection<TarantoolServerAddress> |
TarantoolClusterAddressProvider.getAddresses()
The collection of Tarantool server nodes which belong to the same cluster
|
Modifier and Type | Method and Description |
---|---|
TarantoolClientBuilder |
TarantoolClientBuilder.withAddresses(TarantoolServerAddress... address)
Specify one or more Tarantool server addresses.
|
Modifier and Type | Method and Description |
---|---|
TarantoolClusterAddressProvider |
TarantoolAddressProviderFactory.createClusterAddressProvider(Collection<TarantoolServerAddress> nodes) |
TarantoolClusterAddressProvider |
TarantoolAddressProviderFactory.createClusterAddressProviderWithDiscovery(Collection<TarantoolServerAddress> nodes,
TarantoolClusterDiscoveryConfig config) |
TarantoolClientBuilder |
TarantoolClientBuilder.withAddresses(List<TarantoolServerAddress> addressList)
Specify a list of Tarantool server addresses.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<TarantoolServerAddress> |
HTTPDiscoveryClusterAddressProvider.discoverAddresses() |
protected abstract Collection<TarantoolServerAddress> |
AbstractDiscoveryClusterAddressProvider.discoverAddresses() |
protected Collection<TarantoolServerAddress> |
BinaryDiscoveryClusterAddressProvider.discoverAddresses() |
Collection<TarantoolServerAddress> |
AbstractDiscoveryClusterAddressProvider.getAddresses() |
Modifier and Type | Method and Description |
---|---|
TarantoolClientBuilder |
TarantoolClientBuilderImpl.withAddresses(TarantoolServerAddress... address) |
Modifier and Type | Method and Description |
---|---|
TarantoolClientBuilder |
TarantoolClientBuilderImpl.withAddresses(List<TarantoolServerAddress> addressList) |
Constructor and Description |
---|
ClusterTarantoolTupleClient(TarantoolClientConfig config,
TarantoolServerAddress address)
Create a client.
|
ClusterTarantoolTupleClient(TarantoolCredentials credentials,
TarantoolServerAddress address)
Create a client using provided credentials information.
|
Constructor and Description |
---|
ClusterTarantoolTupleClient(TarantoolClientConfig config,
Collection<TarantoolServerAddress> addresses)
Create a client.
|
ClusterTarantoolTupleClient(TarantoolCredentials credentials,
Collection<TarantoolServerAddress> addresses)
Create a client using provided credentials information.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Collection<TarantoolServerAddress> |
AbstractTarantoolConnectionManager.getAddresses()
Get server addresses to connect to.
|
protected Collection<TarantoolServerAddress> |
TarantoolClusterConnectionManager.getAddresses() |
Modifier and Type | Method and Description |
---|---|
TarantoolServerAddress |
TarantoolSocketException.getTarantoolServerAddress()
Get
TarantoolServerAddress for this exception |
Constructor and Description |
---|
TarantoolSocketException(String message,
TarantoolServerAddress tarantoolServerAddress) |
TarantoolSocketException(String message,
TarantoolServerAddress tarantoolServerAddress,
Throwable cause) |
Copyright © 2025 Picodata. All rights reserved.