| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.providers |
This package contains the implementations of ConnectionProvider interface.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionPool |
Connection.getMemberOf() |
ConnectionPool |
JedisClusterInfoCache.getNode(HostAndPort node) |
ConnectionPool |
JedisClusterInfoCache.getNode(String nodeKey) |
ConnectionPool |
JedisClusterInfoCache.getSlotPool(int slot) |
ConnectionPool |
JedisClusterInfoCache.setupNodeIfNotExist(HostAndPort node) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ConnectionPool> |
JedisCluster.getClusterNodes() |
Map<String,ConnectionPool> |
JedisClusterInfoCache.getNodes() |
List<ConnectionPool> |
JedisClusterInfoCache.getShuffledNodesPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
Connection.setHandlingPool(ConnectionPool pool) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPool |
MultiClusterPooledConnectionProvider.Cluster.getConnectionPool() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ConnectionPool> |
ShardedConnectionProvider.getConnectionMap()
Deprecated.
|
Map<String,ConnectionPool> |
ClusterConnectionProvider.getConnectionMap() |
Map<String,ConnectionPool> |
ClusterConnectionProvider.getNodes() |
| Constructor and Description |
|---|
Cluster(ConnectionPool connectionPool,
io.github.resilience4j.retry.Retry retry,
io.github.resilience4j.circuitbreaker.CircuitBreaker circuitBreaker) |
Copyright © 2024. All rights reserved.