| Package | Description |
|---|---|
| redis.clients.jedis.mcf |
This package contains the classes that are related to Active-Active cluster(s) and Multi-Cluster
failover.
|
| Modifier and Type | Method and Description |
|---|---|
MultiDbConnectionProvider.Database |
MultiDbConnectionProvider.getDatabase() |
MultiDbConnectionProvider.Database |
MultiDbConnectionProvider.getDatabase(Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MultiDbConnectionProvider.canIterateFrom(MultiDbConnectionProvider.Database iterateFrom)
Indicates the final database endpoint (connection pool), according to the pre-configured list
provided at startup via the MultiDbConfig, is unavailable and therefore no further failover is
possible.
|
protected void |
MultiDbFailoverBase.databaseFailover(MultiDbConnectionProvider.Database database)
Functional interface wrapped in retry and circuit breaker logic to handle open circuit breaker
failure scenarios
|
void |
MultiDbConnectionProvider.onDatabaseSwitch(SwitchReason reason,
Endpoint endpoint,
MultiDbConnectionProvider.Database database) |
| Constructor and Description |
|---|
DatabaseSwitchEvent(SwitchReason reason,
Endpoint endpoint,
MultiDbConnectionProvider.Database database) |
Copyright © 2025. All rights reserved.