| 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 |
|---|---|
SwitchReason |
DatabaseSwitchEvent.getReason() |
static SwitchReason |
SwitchReason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SwitchReason[] |
SwitchReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.