| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.mcf |
This package contains the classes that are related to Active-Active cluster(s) and Multi-Cluster
failover.
|
| 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 | Class and Description |
|---|---|
class |
TrackingConnectionPool |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPool |
MultiDbConnectionProvider.Database.getConnectionPool() |
| Modifier and Type | Method and Description |
|---|---|
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() |
Copyright © 2025. All rights reserved.