| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.providers |
This package contains the implementations of ConnectionProvider interface.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionPool |
JedisClusterInfoCache.getNode(HostAndPort node) |
ConnectionPool |
JedisClusterInfoCache.getNode(java.lang.String nodeKey) |
ConnectionPool |
JedisClusterInfoCache.getSlotPool(int slot) |
ConnectionPool |
JedisClusterInfoCache.setupNodeIfNotExist(HostAndPort node) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ConnectionPool> |
JedisCluster.getClusterNodes()
Returns all nodes that were configured to connect to in key-value pairs (
Map). |
java.util.Map<java.lang.String,ConnectionPool> |
JedisClusterInfoCache.getNodes() |
java.util.Map<java.lang.String,ConnectionPool> |
JedisClusterInfoCache.getPrimaryNodes() |
java.util.List<ConnectionPool> |
JedisClusterInfoCache.getShuffledNodesPool() |
java.util.List<ConnectionPool> |
JedisClusterInfoCache.getShuffledPrimaryNodesPool() |
java.util.List<ConnectionPool> |
JedisClusterInfoCache.getSlotReplicaPools(int slot) |
| 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 |
|---|---|
java.util.Map<java.lang.String,ConnectionPool> |
ShardedConnectionProvider.getConnectionMap()
Deprecated.
|
java.util.Map<java.lang.String,ConnectionPool> |
ClusterConnectionProvider.getConnectionMap() |
java.util.Map<java.lang.String,ConnectionPool> |
ClusterConnectionProvider.getNodes() |
java.util.Map<java.lang.String,ConnectionPool> |
ClusterConnectionProvider.getPrimaryNodes() |
java.util.Map<java.lang.String,ConnectionPool> |
ClusterConnectionProvider.getPrimaryNodesConnectionMap() |
| Constructor and Description |
|---|
Cluster(ConnectionPool connectionPool,
io.github.resilience4j.retry.Retry retry,
io.github.resilience4j.circuitbreaker.CircuitBreaker circuitBreaker) |
Copyright © 2025. All rights reserved.