| 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() |
java.util.Map<java.lang.String,ConnectionPool> |
JedisClusterInfoCache.getNodes() |
java.util.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 |
|---|---|
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() |
| Constructor and Description |
|---|
Cluster(ConnectionPool connectionPool,
io.github.resilience4j.retry.Retry retry,
io.github.resilience4j.circuitbreaker.CircuitBreaker circuitBreaker) |
Copyright © 2024. All rights reserved.